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-03-07 10:48:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Max Horn
0019f9c1ee
removed obsolete FIXME/TODO
...
svn-id: r10875
2003-10-17 17:06:58 +00:00
..
.cvsignore
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
2003-09-17 22:41:01 +00:00
engine.cpp
Fix WinCE build
2003-10-12 13:03:34 +00:00
engine.h
some renaming for more consistent terminology (although we might want to reevaluate this): 'target' is what is in your config file; 'game' is what a frontend provide. E.g. the scumm frontend provides the game 'monkeyvga', and my config file has target 'monkeyvga-ger' configured to use that game
2003-10-12 18:40:12 +00:00
gameDetector.cpp
removed obsolete FIXME/TODO
2003-10-17 17:06:58 +00:00
gameDetector.h
cleanup
2003-10-17 17:05:19 +00:00
main.cpp
cleanup
2003-10-17 17:05:19 +00:00
module.mk
This'll also break Makefile.noconf
2003-09-18 12:07:56 +00:00
plugins.cpp
factored out the game detection code into the Plugin class; this is the first step towards allowing more powerful, plugin specific detection code; also, moved the Plugin GameSettings APIs to a slightly higher level
2003-10-17 12:18:58 +00:00
plugins.h
factored out the game detection code into the Plugin class; this is the first step towards allowing more powerful, plugin specific detection code; also, moved the Plugin GameSettings APIs to a slightly higher level
2003-10-17 12:18:58 +00:00