mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add sceKernelLoadExec_28D0D249.
This commit is contained in:
parent
6e66f443e6
commit
00585e70ea
1 changed files with 1 additions and 0 deletions
|
@ -886,6 +886,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" },
|
||||
};
|
||||
|
||||
void Register_LoadExecForKernel()
|
||||
|
|
Loading…
Add table
Reference in a new issue