void sys_internal_ppu_thread_exit(u64 errorcode) { sysPrxForUser->Log("sys_internal_ppu_thread_exit(0x%llx)", errorcode); ppu_thread_exit(errorcode); }
void sys_internal_ppu_thread_exit(u64 errorcode) { sys_ppu_thread.Log("sys_internal_ppu_thread_exit(0x%llx)", errorcode); ppu_thread_exit(errorcode); }
void sys_internal_ppu_thread_exit(PPUThread& CPU, u64 errorcode) { sys_ppu_thread.Log("sys_internal_ppu_thread_exit(0x%llx)", errorcode); ppu_thread_exit(CPU, errorcode); }