mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
![comex](/assets/img/avatar_default.png)
In two cases, my old code was using a temporary register but not saving it properly; it basically worked by accident (an otherwise useless FlushLock was causing CallerSavedRegistersInUse to think it was in use by the GPR cache, even though it was actually a temporary). I'm going to modify this in the next commit to use RDX, but I didn't want to leave a broken revision in the middle.