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
9fcd50650ca2d2e428dfc0faf7862ce3cd67de7a
scummvm
/
backends
/
fs
/
ds
T
History
Max Horn
d19adc0514
common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit
...
svn-id: r26023
2007-03-08 17:36:52 +00:00
..
ds-fs.cpp
common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit
2007-03-08 17:36:52 +00:00
ds-fs.h
Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add a FIXME comment (why is assert redefined in ds-fs.h ?)
2007-03-08 16:57:14 +00:00