System: Move old SysThread junk to gui

This commit is contained in:
Connor McLaughlin
2022-05-05 23:01:09 +10:00
committed by refractionpcsx2
parent 64534542a9
commit 756cd1ee47
27 changed files with 34 additions and 62 deletions

View File

@@ -18,13 +18,16 @@
#include "R3000A.h"
#include "Common.h"
#include "Config.h"
#include "System/SysThreads.h"
#include "R5900OpcodeTables.h"
#include "DebugTools/Breakpoints.h"
#include "IopBios.h"
#include "IopHw.h"
#ifndef PCSX2_CORE
#include "gui/SysThreads.h"
#endif
using namespace R3000A;
// Used to flag delay slot instructions when throwig exceptions.