mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-16 10:49:37 -06:00

Align our dispatcher to a page so we can jump to it with a ADRP+BR pair instead of ADRP+ADD+BR. Also make sure to save /all/ of our callee saved registers that we are supposed to save. Requires PR #1705 prior to merging.