mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
remove MemUsage, and therefor psapi dependency
This commit is contained in:
@ -17,7 +17,6 @@ void FreeAlignedMemory(void* ptr);
|
||||
void ReadProtectMemory(void* ptr, size_t size);
|
||||
void WriteProtectMemory(void* ptr, size_t size, bool executable = false);
|
||||
void UnWriteProtectMemory(void* ptr, size_t size, bool allowExecute = false);
|
||||
std::string MemUsage();
|
||||
size_t MemPhysical();
|
||||
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user