mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 14:59:19 -05:00
3df09f349d
Just to make the code easier to understand at a glance. I especially found it a bit annoying to reason about whether callee-saved registers like W28 were being used because we needed a callee-saved register or just for no reason in particular. X8 and up is what compilers normally use when they're not register starved.