[*] minor fix in refactored code -> console line breaks got dinked by fedex in the moving process
This commit is contained in:
parent
490d3892a2
commit
56e08ac3d9
@ -92,7 +92,7 @@ namespace Aurora::Console::Hooks
|
||||
ConsoleMessage dup = msg;
|
||||
dup.line = line;
|
||||
|
||||
TryWrite(msg);
|
||||
TryWrite(dup);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -99,6 +99,7 @@ namespace Aurora::HWInfo
|
||||
ULONGLONG SharedCommitUsage;
|
||||
} vm;
|
||||
|
||||
|
||||
static const PROCESSINFOCLASS kProcessVmCounters = static_cast<PROCESSINFOCLASS>(3);
|
||||
|
||||
if (NtQueryInformationProcess(GetCurrentProcess(), kProcessVmCounters, &vm, sizeof(vm), 0))
|
||||
|
Loading…
Reference in New Issue
Block a user