mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +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:
|
||||
break;
|
||||
|
||||
case SDL_QUIT:
|
||||
TheC64->TheDisplay->quit_requested = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user