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-04-18 06:31:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
events
/
default
History
Johannes Schickel
34d43e3319
Applied my patch from -devel, which reenables GMM opening via F6.
...
svn-id: r34281
2008-09-02 13:27:26 +00:00
..
default-events.cpp
Applied my patch from -devel, which reenables GMM opening via F6.
2008-09-02 13:27:26 +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