oop
This commit is contained in:
parent
043ef8c9d4
commit
8d8ba3e963
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ static int sceKernelDeleteHeap(int heapId)
|
|||
const HLEFunction SysMemForKernel[] =
|
||||
{
|
||||
{0X636C953B, &WrapI_II<sceKernelAllocHeapMemory>, "sceKernelAllocHeapMemory", 'I', "ii" },
|
||||
{0XC9805775, &WrapI_I<sceKernelDeleteHeap>, "sceKernelDeleteHeap", 'I', "ii" },
|
||||
{0XC9805775, &WrapI_I<sceKernelDeleteHeap>, "sceKernelDeleteHeap", 'I', "i" },
|
||||
{0X1C1FBFE7, &WrapI_IIIC<sceKernelCreateHeap>, "sceKernelCreateHeap", 'I', "iiis" },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue