mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Spaces to tabs
This commit is contained in:
parent
b4a97c99d8
commit
50f2be57f7
8 changed files with 53 additions and 52 deletions
|
@ -88,7 +88,7 @@ void spu_recompiler_base::enter(SPUThread& spu)
|
|||
|
||||
if (spu.interrupts_enabled && (spu.ch_event_mask & spu.ch_event_stat & SPU_EVENT_INTR_IMPLEMENTED) > 0)
|
||||
{
|
||||
spu.interrupts_enabled = false;
|
||||
spu.interrupts_enabled = false;
|
||||
spu.srr0 = std::exchange(spu.pc, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue