Cleanup and move sysinfo.h -> util/sysinfo.hpp

This commit is contained in:
Nekotekina 2020-12-18 12:55:54 +03:00
parent 05099e2ae1
commit db9b7db531
24 changed files with 63 additions and 56 deletions

View file

@ -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(); }