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-04 17:29:11 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
History
Jerome Fisher
e757242937
- Fixed uninitialised reverb level. This bug took embarrassingly long to find...
...
svn-id: r15962
2004-11-29 02:21:35 +00:00
..
dc
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway)
2004-11-27 00:26:11 +00:00
fs
Since we do ref counting on the nodes now, we can re-use the root nodes now
2004-11-21 13:18:07 +00:00
gp32
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
midi
- Fixed uninitialised reverb level. This bug took embarrassingly long to find...
2004-11-29 02:21:35 +00:00
morphos
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
null
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
PalmOS
Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway)
2004-11-27 00:26:11 +00:00
sdl
Fix a`ll engines. They work, though current fix is just temporary.
2004-11-24 00:14:21 +00:00
wince
Trying to fix the WinCE/DC port breakage -- blindfolded, though, hence it probably isn't enough to get things compiling again :-/
2004-11-26 21:10:56 +00:00
x11
Rename remaining OSystem methods to match our coding guidelines
2004-09-28 20:19:37 +00:00
intern.h
Obsolete
2004-03-02 13:07:08 +00:00
module.mk
Changed the FilesystemNode implementation to make it easier to use (client code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-)
2004-11-20 21:35:49 +00:00