1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-10 00:06:32 -05:00

Added LCD registers, and implementation for color filling in OGL code.

This commit is contained in:
archshift
2014-10-12 22:40:26 -07:00
parent 47010fea31
commit 041e99b613
11 changed files with 234 additions and 37 deletions

View File

@@ -45,6 +45,7 @@ static std::shared_ptr<Logger> global_logger;
SUB(Service, SOC) \
CLS(HW) \
SUB(HW, Memory) \
SUB(HW, LCD) \
SUB(HW, GPU) \
CLS(Frontend) \
CLS(Render) \