mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Handle quit in the menu
This commit is contained in:
parent
f45f77bedc
commit
c8e4a68ec6
@ -430,7 +430,9 @@ void Gui::pushEvent(SDL_Event *ev)
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
case SDL_QUIT:
|
||||||
|
TheC64->TheDisplay->quit_requested = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user