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-01-22 01:57:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
James Brown
9bab58179d
Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is deliberate and intended behavior (for enabling engine specific 'debug options' without debug messages)
...
svn-id: r10519
2003-10-01 11:42:32 +00:00
..
.cvsignore
…
engine.cpp
removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions)
2003-09-28 21:08:48 +00:00
engine.h
removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions)
2003-09-28 21:08:48 +00:00
gameDetector.cpp
Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is deliberate and intended behavior (for enabling engine specific 'debug options' without debug messages)
2003-10-01 11:42:32 +00:00
gameDetector.h
disable joystick input by default either command line or config file need to be used to enable it now, ability to choose joystick number to use also added
2003-10-01 10:47:19 +00:00
main.cpp
removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions)
2003-09-28 21:08:48 +00:00
module.mk
…
plugins.cpp
queen initial import
2003-09-28 15:50:47 +00:00
plugins.h
…