summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/VolumeDirectory.cpp
AgeCommit message (Expand)Author
2010-02-08Use standard C file i/o in PlainFileReader instead of Windows' functions. Fix...Shawn Hoffman
2010-01-29Fixes Issue 2176 (SysConf on OSX), plus some initialization order warning fix...j4ck.fr0st
2009-12-14VolumeDirectory: fix issues with Read() that broke non-apploader modeShawn Hoffman
2009-12-10VolumeDirectory: allow loading of arbitrary apploader and dol. Code cleaning ...Shawn Hoffman
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-03Add Taiwan to the Country Codes, move all country code switches to one functi...LPFaint99
2009-05-21Wii images can now be scrubbed and compressed (my z:tp wii is now 1.08GB :D )Shawn Hoffman
2009-03-07Adds Italy country codeLPFaint99
2009-02-28Merge large parts of nakeee's "Soap" branch into trunk, after fixing a few cr...hrydgard
2009-02-22Fix of issue 408, the game still can't boot.hyperiris
2009-01-24Some warning and code cleanup.omegadox
2009-01-11added an option to copy textures from the EFB to system memory. this is slowe...donkopunchstania
2008-12-08set svn:eol-style=native for **.cppbushing
2008-10-09updated the filesystemviewer. maybe someone can help and explain why the tree...Shawn Hoffman
2008-09-24Ban compression of Wii images until it has been tested. All sorts of minor cl...hrydgard
2008-09-23Do not use 32-bit masks on 64-bit offsets.Maarten ter Huurne
2008-09-23Moved ScanDirectoryTree() to FileUtil: this is a generic directory scanning f...Maarten ter Huurne
2008-09-23Fixed another error in pre-previous commit: ScanDirectoryTree should call its...Maarten ter Huurne
2008-09-23Fixed error in previous commit: FSTEntry is no longer an inner class..Maarten ter Huurne
2008-09-23Split functionality from AddDirectoryEntries into ScanDirectoryTree (generic ...Maarten ter Huurne
2008-09-23Use existing File::IsDirectory() function. Thanks to nakee for pointing this ...Maarten ter Huurne
2008-09-23Gave file scope to functions and consts that are not declared in the header.Maarten ter Huurne
2008-09-23Implemented POSIX version of IsValidDirectory().Maarten ter Huurne
2008-09-23Various small cleanups. Slightly less broken on Linux.Maarten ter Huurne
2008-09-23Fixed function signature on Linux. The implementation is still missing, so it...Maarten ter Huurne
2008-09-23added VolumeDirectory and modified ELF boot code to allow a directory on the ...donkopunchstania