From efec08f7d66c04a89d954d2181ec1a219bc472bc Mon Sep 17 00:00:00 2001 From: shenweip Date: Wed, 2 Oct 2013 00:04:29 +0800 Subject: [PATCH] Oops --- Core/HLE/sceHeap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/HLE/sceHeap.cpp b/Core/HLE/sceHeap.cpp index 099e46f2d2..30556a0041 100644 --- a/Core/HLE/sceHeap.cpp +++ b/Core/HLE/sceHeap.cpp @@ -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(); }