Check for color/Z clashes
This commit is contained in:
parent
b5f5aa1653
commit
7f0f119cfe
2 changed files with 10 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue