mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
Cleanup and move sysinfo.h -> util/sysinfo.hpp
This commit is contained in:
parent
05099e2ae1
commit
db9b7db531
24 changed files with 63 additions and 56 deletions
|
@ -7,7 +7,6 @@
|
|||
#include "Emu/Cell/lv2/sys_event.h"
|
||||
#include "Thread.h"
|
||||
#include "Utilities/JIT.h"
|
||||
#include "sysinfo.h"
|
||||
#include <typeinfo>
|
||||
#include <thread>
|
||||
#include <sstream>
|
||||
|
@ -77,6 +76,7 @@
|
|||
#include "util/vm.hpp"
|
||||
#include "util/logs.hpp"
|
||||
#include "util/asm.hpp"
|
||||
#include "util/sysinfo.hpp"
|
||||
#include "Emu/Memory/vm_locking.h"
|
||||
|
||||
LOG_CHANNEL(sig_log, "SIG");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue