mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
RawSPU initialization fix
This commit is contained in:
parent
8e19af530b
commit
b487dcee27
4 changed files with 24 additions and 12 deletions
|
@ -19,7 +19,7 @@ class RawSPUThread
|
|||
u32 m_index;
|
||||
|
||||
public:
|
||||
RawSPUThread(u32 index, CPUThreadType type = CPU_THREAD_RAW_SPU);
|
||||
RawSPUThread(CPUThreadType type = CPU_THREAD_RAW_SPU);
|
||||
virtual ~RawSPUThread();
|
||||
|
||||
virtual bool Read32(const u64 addr, u32* value) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue