FIx JIT Popup

This commit is contained in:
Stossy11 2024-12-02 23:49:06 +11:00
parent 4149c329ea
commit c000541be1
2 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ struct ContentView: View {
} }
private func setupEmulation() { private func setupEmulation() {
if !isJITEnabled { if isJITEnabled {
virtualController?.disconnect() virtualController?.disconnect()
controllerCallback = { controllerCallback = {