mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
df08a77812
This was an erronous change in 534db3b, Ra was previously loaded but was changed to not being loaded. Why is loading necessary? Loading is necessary because when a memory exception occurs, the current register values are flushed. This occurs before a new value is loaded into Ra, so the previous value is required in Ra.