mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
vm::var fix, vm::ptr improved
GetCurrentPPUThread() removed
This commit is contained in:
parent
46e4f2d48c
commit
714da1aa7c
18 changed files with 102 additions and 131 deletions
|
@ -823,8 +823,6 @@ protected:
|
|||
virtual void DoStop() override;
|
||||
};
|
||||
|
||||
PPUThread& GetCurrentPPUThread();
|
||||
|
||||
class ppu_thread : cpu_thread
|
||||
{
|
||||
static const u32 stack_align = 0x10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue