mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-23 20:39:22 -06: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.