[*] Regression in 262d76dd
This commit is contained in:
parent
8874fd9810
commit
fa34f7dcef
@ -45,7 +45,7 @@ namespace Aurora::HWInfo
|
||||
reinterpret_cast<PPROCESS_MEMORY_COUNTERS>(&pmc),
|
||||
sizeof(PROCESS_MEMORY_COUNTERS_EX)))
|
||||
{
|
||||
if (pm.PagefileUsage)
|
||||
if (pmc.PagefileUsage)
|
||||
{
|
||||
return RamStat { pmc.PagefileUsage, max };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user