mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +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
|
@ -37,7 +37,6 @@ DYNAMIC_IMPORT("ntdll.dll", NtSetTimerResolution, NTSTATUS(ULONG DesiredResoluti
|
|||
#include <dispatch/dispatch.h>
|
||||
#endif
|
||||
|
||||
#include "Utilities/sysinfo.h"
|
||||
#include "Utilities/Config.h"
|
||||
#include "Utilities/Thread.h"
|
||||
#include "rpcs3_version.h"
|
||||
|
@ -46,6 +45,7 @@ DYNAMIC_IMPORT("ntdll.dll", NtSetTimerResolution, NTSTATUS(ULONG DesiredResoluti
|
|||
#include <charconv>
|
||||
|
||||
#include "util/v128.hpp"
|
||||
#include "util/sysinfo.hpp"
|
||||
|
||||
inline std::string sstr(const QString& _in) { return _in.toStdString(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue