mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
70d336d2a9
Instead, the JitInterface namespace functions should be used instead. This gets rid of all usages of the JIT global from the wxWidgets UI code. The null check isn't needed as the JIT core would already need to be initialized in order to be within a paused state. The null check is just a remnant from 2011 that existed before the check for a paused state was added.