mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops
This commit is contained in:
parent
33f08852c1
commit
efec08f7d6
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ int sceHeapAllocHeapMemoryWithOption(u32 heapAddr, u32 memSize, u32 paramsPtr) {
|
|||
|
||||
int sceHeapGetTotalFreeSize(u32 heapAddr) {
|
||||
Heap *heap = heapList[heapAddr];
|
||||
ERROR_LOG_REPORT(HLE,"UNIMPL sceHeapGetTotalFreeSize(%08x)", heapAddr);
|
||||
DEBUG_LOG_REPORT(HLE,"UNIMPL sceHeapGetTotalFreeSize(%08x)", heapAddr);
|
||||
return heap->alloc.GetTotalFreeBytes();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue