mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01: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.