aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/wii
AgeCommit message (Expand)Author
2019-10-09WII: Add time.h to forbidden symbols exceptionsLe Philousophe
2019-08-06BACKENDS: Improve AbstractFSNode::createDirectory() stubsCameron Cawley
2019-08-06BACKENDS: Rename and simplify AbstractFSNode::create()Cameron Cawley
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2017-01-12WII: Fix Variable Shadowing Compiler Warnings.D G Turner
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-08-24CLOUD: Add AbstractFSNode::create() backends stubsAlexander Tkachev
2014-02-18WII: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-26WII: Add missing dvd interface header for Gamecube build.D G Turner
2014-01-25WII: Another fix for Gamecube build. Corrected Disc Interface object.D G Turner
2014-01-25WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface.D G Turner
2014-01-21WII: Implement changes needed by DevKitPPC R26 and laterAReim1982
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03WII: Fix compilationdhewg
2011-05-03COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibilityMax Horn
2011-05-03WII: Fix fs code compile regressionsMax Horn
2011-05-03BACKENDS: Avoid #including .cpp filesMax Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-08-14WII: Fix compilation of the GameCube port.Andre Heider
2010-08-14WII: Update port for the current versions of the base libraries. Enable DVD a...Andre Heider
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2009-09-20Mention mount errors on the status labels.Andre Heider
2009-09-05Support for SMB shares, cleaned up async FS functions.Andre Heider
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-21made ISO9660 support optional via USE_WII_DIAndre Heider
2009-01-19Added ISO9660/Joliet DVD supportAndre Heider
2009-01-18Removed slashes as last char from directoriesAndre Heider
2009-01-17use pointers when passing struct statAndre Heider
2009-01-16Reuse given stat flags when possible to avoid fstat() callsAndre Heider
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-23changes for the new libfat version. the root node now yields a list of all mo...Andre Heider
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...Max Horn
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko