mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
FIx JIT Popup
This commit is contained in:
parent
4149c329ea
commit
c000541be1
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -161,7 +161,7 @@ struct ContentView: View {
|
||||||
}
|
}
|
||||||
|
|
||||||
private func setupEmulation() {
|
private func setupEmulation() {
|
||||||
if !isJITEnabled {
|
if isJITEnabled {
|
||||||
virtualController?.disconnect()
|
virtualController?.disconnect()
|
||||||
|
|
||||||
controllerCallback = {
|
controllerCallback = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue