You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
I was wondering... Dolphin has a menu entry in the optional debug menu called "Refresh JIT Cache". This seems to be needed when directly changing program code while the game is running. It calls Core::RunAsCPUThread(JitInterface::ClearCache) internally. Is there any way this functionality could be exposed via the Lua interface?