mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 03:32:58 +00:00
e18824e3f3
Rather than have a separate independent variable that we need to keep track of in conjunction with the JIT code buffer size itself, amend the analyst code to use the code buffer constant in JitBase. Now if the size ever changes, then the analyst will automatically adjust to handle it.