mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Memory cleanup: u64 -> u32, empty TLS fixed
cellGameContentPermit fixed
This commit is contained in:
parent
4d5bdf1419
commit
0eebfb0aaa
10 changed files with 161 additions and 212 deletions
|
@ -16,9 +16,8 @@ public:
|
|||
RawSPUThread(CPUThreadType type = CPU_THREAD_RAW_SPU);
|
||||
virtual ~RawSPUThread();
|
||||
|
||||
bool Read32(const u64 addr, u32* value);
|
||||
|
||||
bool Write32(const u64 addr, const u32 value);
|
||||
bool Read32(const u32 addr, u32* value);
|
||||
bool Write32(const u32 addr, const u32 value);
|
||||
|
||||
public:
|
||||
virtual void InitRegs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue