mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
cpu_type removed, system_type added
cpu_state -> cpu_flag vm::stack_allocator template improved ppu_cmd type changed to enum, cmd64 type added
This commit is contained in:
parent
009ac37a7d
commit
bdeccd889f
39 changed files with 449 additions and 492 deletions
|
@ -24,7 +24,7 @@ void spu_recompiler_base::enter(SPUThread& spu)
|
|||
// Reset callstack if necessary
|
||||
if (func->does_reset_stack && spu.recursion_level)
|
||||
{
|
||||
spu.state += cpu_state::ret;
|
||||
spu.state += cpu_flag::ret;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue