mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 22:00:56 -05:00
Address static memory relative to a base register, analog to what we're doing with PPCSTATE in the CPU JIT. This allows executable memory for the vertex loader JIT to be allocated anywhere, not just within 2 GiB of static data. Fixes issue 8180.