mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
SPU syscall improvements
This commit is contained in:
parent
30fe3dc6f5
commit
9e49a33b3c
27 changed files with 692 additions and 705 deletions
|
@ -112,6 +112,7 @@ public:
|
|||
u32 entry;
|
||||
u32 PC;
|
||||
u32 nPC;
|
||||
u32 index;
|
||||
u32 offset;
|
||||
bool m_is_branch;
|
||||
bool m_trace_enabled;
|
||||
|
@ -223,7 +224,7 @@ CPUThread* GetCurrentCPUThread();
|
|||
class cpu_thread
|
||||
{
|
||||
protected:
|
||||
CPUThread* thread;
|
||||
std::shared_ptr<CPUThread> thread;
|
||||
|
||||
public:
|
||||
u32 get_entry() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue