mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-20 19:37:27 +02:00
By moving members of the OpArg struct around, we can cut down on how much padding the struct needs. Now it has a size of 16 bytes, small enough for function calls to pass it in two registers instead of on the stack.