aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.cpp
diff options
context:
space:
mode:
authorMax Horn2009-11-23 23:17:50 +0000
committerMax Horn2009-11-23 23:17:50 +0000
commitfc84e258b29dc441f63dd53abd4cd494e03e4463 (patch)
treee790ac09ad7a77c8df7611063f6281bec5a639e8 /backends/platform/ps2/systemps2.cpp
parent9b8c088af5c56366f176fee334f636f40b1b156d (diff)
downloadscummvm-rg350-fc84e258b29dc441f63dd53abd4cd494e03e4463.tar.gz
scummvm-rg350-fc84e258b29dc441f63dd53abd4cd494e03e4463.tar.bz2
scummvm-rg350-fc84e258b29dc441f63dd53abd4cd494e03e4463.zip
PS2: Add new PS2FileStream class for std I/O.
* Add new class PS2FileStream as substitute for class StdioStream on PS2 * Remove PS2 specific hacks from stdiostream.cpp / class StdioStream * Remove various ps2_f*() wrapper funcs, merging them into PS2FileStream TODO: Merge class Ps2File into PS2FileStream svn-id: r46111
Diffstat (limited to 'backends/platform/ps2/systemps2.cpp')
-rw-r--r--backends/platform/ps2/systemps2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp
index 1a3bf071c9..7bc90a7f0a 100644
--- a/backends/platform/ps2/systemps2.cpp
+++ b/backends/platform/ps2/systemps2.cpp
@@ -955,8 +955,7 @@ void OSystem_PS2::makeConfigPath() {
ps2_fwrite(buf, size, 1, dst);
ps2_fclose(dst);
sprintf(path, "mc0:ScummVM/ScummVM.ini");
- }
- else {
+ } else {
sprintf(path, "cdfs:ScummVM.ini");
}