diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/kernel/k_process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_process.cpp b/src/core/hle/kernel/k_process.cpp index 4a099286b..7fa34d693 100644 --- a/src/core/hle/kernel/k_process.cpp +++ b/src/core/hle/kernel/k_process.cpp | |||
| @@ -149,7 +149,7 @@ u64 KProcess::GetTotalPhysicalMemoryUsed() { | |||
| 149 | } | 149 | } |
| 150 | 150 | ||
| 151 | u64 KProcess::GetTotalPhysicalMemoryUsedWithoutSystemResource() { | 151 | u64 KProcess::GetTotalPhysicalMemoryUsedWithoutSystemResource() { |
| 152 | return this->GetTotalPhysicalMemoryUsed() - this->GetSystemResourceUsage(); | 152 | return this->GetTotalPhysicalMemoryUsed() - this->GetSystemResourceSize(); |
| 153 | } | 153 | } |
| 154 | 154 | ||
| 155 | bool KProcess::ReleaseUserException(KThread* thread) { | 155 | bool KProcess::ReleaseUserException(KThread* thread) { |