mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
rsx: Minor refactoring RSXThread
- Part 1 of many
This commit is contained in:
parent
659ee81e80
commit
3dba894369
22 changed files with 637 additions and 525 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue