aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/wii/wii-fs.h
diff options
context:
space:
mode:
authorAReim19822013-11-22 15:13:56 +0100
committerAlexander Reim2014-01-21 16:03:47 +0100
commiteff22cb43d22b0f47ac2bf5063916639a632705d (patch)
tree9ac565eb07a2396762a4c35c71ba5ed993f1f419 /backends/fs/wii/wii-fs.h
parent70e471acd7edb03c32a9c33038558887d7e1e99d (diff)
downloadscummvm-rg350-eff22cb43d22b0f47ac2bf5063916639a632705d.tar.gz
scummvm-rg350-eff22cb43d22b0f47ac2bf5063916639a632705d.tar.bz2
scummvm-rg350-eff22cb43d22b0f47ac2bf5063916639a632705d.zip
WII: Implement changes needed by DevKitPPC R26 and later
This changes makes ScummVM compilable with newer versions of DevKitPPC. ScummVM can be linked against the original libogc and libfat. That makes some newer WiiMotes work, improves audio-/video-playback and contains various improvements.
Diffstat (limited to 'backends/fs/wii/wii-fs.h')
-rw-r--r--backends/fs/wii/wii-fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/wii/wii-fs.h b/backends/fs/wii/wii-fs.h
index 11679d0c36..f785101099 100644
--- a/backends/fs/wii/wii-fs.h
+++ b/backends/fs/wii/wii-fs.h
@@ -51,7 +51,7 @@ public:
*
* @param path Common::String with the path the new node should point to.
*/
- WiiFilesystemNode(const Common::String &path);
+ WiiFilesystemNode(const Common::String &p);
WiiFilesystemNode(const Common::String &p, const struct stat *st);
virtual bool exists() const;