mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	Merge pull request #11825 from liamwhite/system-resource
kernel: fix incorrect calculation of used non system memory value
This commit is contained in:
		
						commit
						bab4a13a41
					
				| @ -149,7 +149,7 @@ u64 KProcess::GetTotalPhysicalMemoryUsed() { | ||||
| } | ||||
| 
 | ||||
| u64 KProcess::GetTotalPhysicalMemoryUsedWithoutSystemResource() { | ||||
|     return this->GetTotalPhysicalMemoryUsed() - this->GetSystemResourceUsage(); | ||||
|     return this->GetTotalPhysicalMemoryUsed() - this->GetSystemResourceSize(); | ||||
| } | ||||
| 
 | ||||
| bool KProcess::ReleaseUserException(KThread* thread) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user