mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
Using vm::ps3 namespace moved in proper places
Various fixes
This commit is contained in:
parent
7eacfe19f6
commit
edb9595721
131 changed files with 1049 additions and 900 deletions
|
@ -828,9 +828,9 @@ PPUThread& GetCurrentPPUThread();
|
|||
class ppu_thread : cpu_thread
|
||||
{
|
||||
static const u32 stack_align = 0x10;
|
||||
vm::ptr<u64> argv;
|
||||
vm::_ptr_base<be_t<u64>> argv;
|
||||
u32 argc;
|
||||
vm::ptr<u64> envp;
|
||||
vm::_ptr_base<be_t<u64>> envp;
|
||||
|
||||
public:
|
||||
ppu_thread(u32 entry, const std::string& name = "", u32 stack_size = 0, u32 prio = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue