scummvm/backends
2006-04-02 14:31:23 +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 Add kListAllNoRoot type to listDir() to handle recent file class changes, on file system backends which use _isPseudoRoot 2006-03-25 10:39:05 +00:00
gp32 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
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 Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling. 2006-03-29 15:59:37 +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 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
symbian Updated build scripts 2006-03-09 15:07:10 +00:00
wince 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
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