diff options
Diffstat (limited to 'src/core/hle/kernel')
| -rw-r--r-- | src/core/hle/kernel/vm_manager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/kernel/vm_manager.cpp b/src/core/hle/kernel/vm_manager.cpp index 861b67f57..ec7fd6150 100644 --- a/src/core/hle/kernel/vm_manager.cpp +++ b/src/core/hle/kernel/vm_manager.cpp | |||
| @@ -574,8 +574,7 @@ u64 VMManager::GetTotalMemoryUsage() const { | |||
| 574 | } | 574 | } |
| 575 | 575 | ||
| 576 | u64 VMManager::GetTotalHeapUsage() const { | 576 | u64 VMManager::GetTotalHeapUsage() const { |
| 577 | LOG_WARNING(Kernel, "(STUBBED) called"); | 577 | return heap_used; |
| 578 | return 0x0; | ||
| 579 | } | 578 | } |
| 580 | 579 | ||
| 581 | VAddr VMManager::GetAddressSpaceBaseAddress() const { | 580 | VAddr VMManager::GetAddressSpaceBaseAddress() const { |