mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Fixup SPU Interpreters
This commit is contained in:
parent
e1d3cf57c8
commit
f17400092d
2 changed files with 38 additions and 50 deletions
|
@ -638,6 +638,7 @@ public:
|
|||
virtual ~spu_thread() override;
|
||||
void cleanup();
|
||||
void cpu_init();
|
||||
void init_spu_decoder();
|
||||
|
||||
static const u32 id_base = 0x02000000; // TODO (used to determine thread type)
|
||||
static const u32 id_step = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue