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-29 23:01:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
/
fs
History
Andre Heider
c58e2707ff
WII: Update port for the current versions of the base libraries. Enable DVD access for the GameCube port.
...
svn-id: r52074
2010-08-14 00:56:12 +00:00
..
amigaos4
Fix spelling, cleanup
2010-06-15 12:33:20 +00:00
ds
DS: Fix some quirks in the NDS build system, remove some dead code
2010-07-07 23:22:53 +00:00
n64
remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass
2009-12-30 22:56:19 +00:00
posix
Applied part of patch
#2684986
2009-03-14 17:07:07 +00:00
ps2
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
2010-03-13 21:55:49 +00:00
psp
PSP: fixed up PowerManager and removed dependency on SDL
2010-06-15 13:10:00 +00:00
symbian
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
wii
WII: Update port for the current versions of the base libraries. Enable DVD access for the GameCube port.
2010-08-14 00:56:12 +00:00
windows
Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
2009-01-23 03:41:36 +00:00
abstract-fs.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
abstract-fs.h
fix typo
2009-01-24 20:35:16 +00:00
fs-factory.h
Renamed FilesystemNode -> FSNode
2008-10-02 16:58:59 +00:00
stdiostream.cpp
remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass
2009-12-30 22:56:19 +00:00
stdiostream.h
PSP: improved suspend/resume support [patch from bluddy]
2009-09-23 16:11:23 +00:00