GPU: Stub out more commands

This commit is contained in:
Connor McLaughlin
2019-10-05 22:22:49 +10:00
parent 751f348fd2
commit f59d35023c
2 changed files with 48 additions and 1 deletions

View File

@ -181,6 +181,7 @@ protected:
u32 ReadGPUREAD();
void WriteGP0(u32 value);
void WriteGP1(u32 value);
void HandleGetGPUInfoCommand();
// Rendering commands, returns false if not enough data is provided
bool HandleRenderCommand();