summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/NandPaths.cpp
AgeCommit message (Expand)Author
2011-05-09NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one functionLPFaint99
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-03-01More conversion from char * to std::string.Glenn Rice
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2010-12-22Update Wii save import / export to use the same replace list as FileIOLPFaint99
2010-12-04Second attempt at issue 3458. Fixes issue 3458.Shawn Hoffman
2010-10-01Remove unnecessary shadow variables and signed/unsigned comparisons.Soren Jorvang
2010-09-07Implement parts of DIVerify that can be useful. (copy tmd to emulated nand fo...LPFaint99
2010-09-06std::string needs <string> rather than <string.h>.Soren Jorvang
2010-09-06Some work towards launching by titleid rather than content path,LPFaint99