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-19 10:41:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
base
History
Jonathan Gray
fbd6528e36
stay within 80 char limit
...
svn-id: r10983
2003-10-26 21:08:53 +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
stay within 80 char limit
2003-10-26 21:08:53 +00:00
gameDetector.h
We proudly present the latest installment of our hit series 'Untangle the mess': 'Help! Space Invaders refactored the music detector'... in other news, I obviously need to sleep now
2003-10-18 00:22:46 +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
fix compile
2003-10-26 15:58:49 +00:00
plugins.h
fix compile when using dynamic plugin support
2003-10-20 22:02:10 +00:00