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-01-17 07:22:41 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
History
Max Horn
307f4e387b
Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly check whether the given path exists, and whether it points to a directory
...
svn-id: r22097
2006-04-23 12:29:43 +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
Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly check whether the given path exists, and whether it points to a directory
2006-04-23 12:29:43 +00:00
gp32
Add used memory counter.
2006-04-20 14:55:27 +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
Avoid using exceptions
2006-04-14 23:21:59 +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
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a new getActiveDomain method that returns a pointer to the actual active *domain*
2006-04-15 20:36:41 +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
some cleanup
2006-04-16 14:40:12 +00:00
sdl
Add creation of Symbian SDL backend instead of plain SDL
2006-04-21 20:49:06 +00:00
symbian
Added F1 as save for ITE
2006-04-22 07:32:06 +00:00
wince
Removed GameDetector::_gameid in favor of using a config manager entry
2006-04-15 17:39:14 +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