mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 09:40:52 +00:00
WritePC is now needed far less, only for instructions that end the block. Unfortunately, WritePC still needs to update `PowerPCState::npc` to support the false path of conditional branch instructions. Both drawbacks should be smoothed over by optimized cached instructions in the future.