Check for color/Z clashes

This commit is contained in:
Henrik Rydgård 2022-07-17 18:23:46 +02:00
parent b5f5aa1653
commit 7f0f119cfe
2 changed files with 10 additions and 3 deletions

View file

@ -353,7 +353,8 @@ int sceKernelRegisterDefaultExceptionHandler()
void sceKernelSetGPO(u32 ledAddr)
{
// Sets debug LEDs.
DEBUG_LOG(SCEKERNEL, "sceKernelSetGPO(%02x)", ledAddr);
// Not really interesting, and a few games really spam it
// DEBUG_LOG(SCEKERNEL, "sceKernelSetGPO(%02x)", ledAddr);
}
u32 sceKernelGetGPI()