mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
remove MemUsage, and therefor psapi dependency
This commit is contained in:
parent
9885a2bb28
commit
f206a4ea9c
5 changed files with 4 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue