aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/wii/wii-fs.h
AgeCommit message (Collapse)Author
2017-01-12WII: Fix Variable Shadowing Compiler Warnings.D G Turner
2016-08-24CLOUD: Add AbstractFSNode::create() backends stubsAlexander Tkachev
2014-02-18WII: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-21WII: Implement changes needed by DevKitPPC R26 and laterAReim1982
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.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03BACKENDS: Avoid #including .cpp filesMax Horn
So far, the various *-fs-factory.cpp files were #including the corresponding *-fs.cpp files. This is surprising and hence could lead to all kinds of problems). To fix this, provide proper headers for the *-fs.cpp files. This also makes code reuse via subclassing possible. Since not all ports were tested, this will likely lead to a few easy to fix compile regressions.