mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-03-26 23:51:03 +01:00
The SetRegister() IR function doesn't allow specifying the PC as a register. This is a discrepancy that slipped through (my bad). Instead, we can use BranchWritePC(), like how the other similar PC modifying locations do it.