This website requires JavaScript.
Explore
Help
Sign In
ScummVM
/
scummvm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/scummvm/scummvm.git
synced
2026-06-20 05:45:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00a4ca02245b03fa7e860c9d032133fbf424e2f5
scummvm
/
backends
T
History
Won Star
00a4ca0224
Fix compile
...
svn-id: r21666
2006-04-07 11:37:46 +00:00
..
dc
Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different)
2006-04-02 14:31:23 +00:00
fs
Use full path qualifiers in #include statements (exception: engines/ can be ommited, at least for now)
2006-04-05 00:18:22 +00:00
gp32
Fix compile
2006-04-07 11:37:46 +00:00
maemo
Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different)
2006-04-02 14:31:23 +00:00
midi
Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead
2006-04-04 21:45:13 +00:00
morphos
Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different)
2006-04-02 14:31:23 +00:00
null
Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different)
2006-04-02 14:31:23 +00:00
PalmOS
Updated project file with lastest added/removed files from CinE, Gui, Kyra, imuse
2006-03-07 19:24:58 +00:00
ps2
Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different)
2006-04-02 14:31:23 +00:00
psp
Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different)
2006-04-02 14:31:23 +00:00
sdl
Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead
2006-04-04 21:45:13 +00:00
symbian
To detect specific games, you want to look at the gameid, not the targetname (which can take on arbitrary values)
2006-04-02 20:44:07 +00:00
wince
use _gameid instead of _game.features to detect games using ImuseDigital (slightly less clean, but then it's still a hack, and this way we only need to pass around the gameid)
2006-04-05 00:58:08 +00:00
x11
Backends now are also responsile for deiniting properly. In particular, moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different)
2006-04-02 14:31:23 +00:00
intern.h
With this change, backends are now responsible for instantiating their OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently)
2006-04-02 14:16:31 +00:00
module.mk
Moved dummy MIDI driver from backends/ to sound/ (this fixes bug
#1435221
)
2006-02-25 14:45:31 +00:00