mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-17 19:49:12 +01:00
3e946b1bf7
Using BindToRegister from the register caches causes the register bound to be marked dirty. Using the regular R() function from the register caches loads the registers without being dirty. When implementing new instructions make sure to BindToRegister registers that become dirty.