mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-26 00:45:49 +00:00
Fix logging as @unknownbrackets suggest
This commit is contained in:
parent
bb48006b8e
commit
5a7ed46938
@ -901,7 +901,7 @@ const HLEFunction LoadExecForKernel[] =
|
||||
{0x4AC57943, &WrapI_I<sceKernelRegisterExitCallback>, "sceKernelRegisterExitCallback", 'i', "i", HLE_KERNEL_SYSCALL },
|
||||
{0XA3D5E142, nullptr, "LoadExecForKernel_a3d5e142", '?', "" },
|
||||
{0X28D0D249, &WrapI_CU<sceKernelLoadExec>, "sceKernelLoadExec_28D0D249", 'i', "sx" },
|
||||
{0x6D302D3D, &WrapV_V<sceKernelExitGame>, "sceKernelExitVSHKernel", 'v', "", HLE_KERNEL_SYSCALL },// when called in game mode it will have the same effect that sceKernelExitGame
|
||||
{0x6D302D3D, &WrapV_V<sceKernelExitGame>, "sceKernelExitVSHKernel", 'v', "x", HLE_KERNEL_SYSCALL },// when called in game mode it will have the same effect that sceKernelExitGame
|
||||
};
|
||||
|
||||
void Register_LoadExecForKernel()
|
||||
|
Loading…
x
Reference in New Issue
Block a user