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-01 08:23:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Max Horn
4a0c1b86f7
Make ESC key work in the launcher
...
svn-id: r16323
2004-12-25 22:13:44 +00:00
..
.cvsignore
…
engine.cpp
- fix win32 with USE_WINDBG compile error
2004-12-25 19:58:00 +00:00
engine.h
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway)
2004-11-27 00:26:11 +00:00
gameDetector.cpp
errno is defined in errno.h, not sys/errno.h (says POSIX)
2004-12-24 00:31:51 +00:00
gameDetector.h
Moved MidiDriver creation code into the MidiDriver class (as static methods), same for some other MIDI related stuff
2004-12-02 00:33:42 +00:00
main.cpp
Make ESC key work in the launcher
2004-12-25 22:13:44 +00:00
module.mk
…
plugins.cpp
…
plugins.h
…
version.h
…