CPU/NewRec: Handle inside-block SMC

i.e. Spyro 2/3 PAL.
This commit is contained in:
Stenzek
2023-11-21 13:26:17 +10:00
parent 20de40a597
commit e10ff550d5
6 changed files with 37 additions and 2 deletions

View File

@ -402,7 +402,7 @@ protected:
TickCount m_gte_done_cycle = 0;
const Instruction* inst = nullptr;
const CodeCache::InstructionInfo* iinfo = nullptr;
CodeCache::InstructionInfo* iinfo = nullptr;
u32 m_current_instruction_pc = 0;
bool m_current_instruction_branch_delay_slot = false;
bool m_branch_delay_slot_swapped = false;