mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix typo in sceKernelAllocPartitionMemory().
It sets it in the consturctor and terminates it properly there.
This commit is contained in:
parent
33078d4a90
commit
2104ebeaae
1 changed files with 0 additions and 1 deletions
|
@ -511,7 +511,6 @@ int sceKernelAllocPartitionMemory(int partition, const char *name, int type, u32
|
|||
return SCE_KERNEL_ERROR_MEMBLOCK_ALLOC_FAILED;
|
||||
}
|
||||
SceUID uid = kernelObjects.Create(block);
|
||||
strncpy(block->name, name, 32);
|
||||
|
||||
DEBUG_LOG(HLE,"%i = sceKernelAllocPartitionMemory(partition = %i, %s, type= %i, size= %i, addr= %08x)",
|
||||
uid, partition, name, type, size, addr);
|
||||
|
|
Loading…
Add table
Reference in a new issue