index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Src
/
NandPaths.cpp
Age
Commit message (
Expand
)
Author
2013-04-17
New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...
Lioncash
2013-04-15
Update the license file text (change SVN to Git) in all projects except Core ...
lioncash
2013-02-28
Open std::fstream in a unicode-safe manner.
Jordan Woyak
2011-05-09
NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one function
LPFaint99
2011-03-11
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...
Jordan Woyak
2011-03-01
More conversion from char * to std::string.
Glenn Rice
2011-02-28
Convert GetUserPath to return a std::string instead of a const char *. This ...
Glenn Rice
2010-12-22
Update Wii save import / export to use the same replace list as FileIO
LPFaint99
2010-12-04
Second attempt at issue 3458. Fixes issue 3458.
Shawn Hoffman
2010-10-01
Remove unnecessary shadow variables and signed/unsigned comparisons.
Soren Jorvang
2010-09-07
Implement parts of DIVerify that can be useful. (copy tmd to emulated nand fo...
LPFaint99
2010-09-06
std::string needs <string> rather than <string.h>.
Soren Jorvang
2010-09-06
Some work towards launching by titleid rather than content path,
LPFaint99