mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
71e4e67ae1
We try to keep as many registers as possible in callee saved registers, so if we have guest registers in the correct registers and the interpreter call we are falling back to doesn't need the registers then we can dump just those ones. Which means we don't have to dump 100% of our register state when falling to the interpreter.