Fixup SPU Interpreters

This commit is contained in:
elad335 2025-05-07 19:25:14 +03:00 committed by Elad
parent e1d3cf57c8
commit f17400092d
2 changed files with 38 additions and 50 deletions

View file

@ -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;