mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +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
|
@ -4,7 +4,6 @@
|
|||
#include "Emu/Memory/vm_reservation.h"
|
||||
#include "Emu/system_config.h"
|
||||
#include "PPUThread.h"
|
||||
#include "Utilities/sysinfo.h"
|
||||
#include "Emu/Cell/Common.h"
|
||||
#include "Emu/Cell/PPUFunction.h"
|
||||
|
||||
|
@ -13,6 +12,7 @@
|
|||
|
||||
#include "util/asm.hpp"
|
||||
#include "util/v128.hpp"
|
||||
#include "util/sysinfo.hpp"
|
||||
|
||||
#if !defined(_MSC_VER) && defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue