GPU: Fix out-of-bounds read in GP1(10h)

This commit is contained in:
Connor McLaughlin
2019-10-06 00:37:31 +10:00
parent 24bda8f659
commit b7209eafb1
2 changed files with 4 additions and 4 deletions

View File

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