mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-30 10:37:07 +00:00
Linux/macOS: Implement overlay CPU/memory statistics (#480)
This commit is contained in:
parent
c17097369b
commit
9ce52ad83a
14 changed files with 322 additions and 98 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#include "util/MemMapper/MemMapper.h"
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
namespace MemMapper
|
||||
|
|
@ -63,5 +61,3 @@ namespace MemMapper
|
|||
}
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue