rsx: Minor refactoring RSXThread

- Part 1 of many
This commit is contained in:
kd-11 2023-01-07 19:20:21 +03:00 committed by kd-11
parent 659ee81e80
commit 3dba894369
22 changed files with 637 additions and 525 deletions

View file

@ -9,7 +9,6 @@
#include "Emu/VFS.h"
#include "Emu/IdManager.h"
#include "Emu/perf_meter.hpp"
#include "Emu/RSX/RSXThread.h"
#include "Emu/Cell/PPUThread.h"
#include "Emu/Cell/ErrorCodes.h"
#include "Emu/Cell/lv2/sys_spu.h"
@ -23,6 +22,9 @@
#include "Emu/Cell/SPURecompiler.h"
#include "Emu/Cell/timers.hpp"
#include "Emu/RSX/Core/RSXReservationLock.hpp"
#include "Emu/RSX/RSXThread.h"
#include <cmath>
#include <cfenv>
#include <thread>