mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-03 23:46:08 +00:00
Fix sceGeGetCmd
This commit is contained in:
parent
4f63bda419
commit
b72ac7d7f0
@ -310,7 +310,7 @@ int sceGeGetMtx(int type, u32 matrixPtr)
|
||||
u32 sceGeGetCmd(int cmd)
|
||||
{
|
||||
INFO_LOG(HLE, "sceGeGetCmd(%i)", cmd);
|
||||
return gstate.cmdmem[cmd] & 0xFFFFFF; // Not sure about this mask.
|
||||
return gstate.cmdmem[cmd]; // Does not mask away the high bits.
|
||||
}
|
||||
|
||||
u32 sceGeEdramSetAddrTranslation(int new_size)
|
||||
|
Loading…
x
Reference in New Issue
Block a user