This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-03 09:23:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
events
/
default
History
Max Horn
d08192cb04
If confirm_exit is set, also ask the user if he really wants to return to the launcher (after all, as with quit, all data is lost)
...
svn-id: r35003
2008-11-11 12:28:46 +00:00
..
default-events.cpp
If confirm_exit is set, also ask the user if he really wants to return to the launcher (after all, as with quit, all data is lost)
2008-11-11 12:28:46 +00:00
default-events.h
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed
2008-07-16 04:22:56 +00:00