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
/
DiscIO
/
NANDContentLoader.h
Age
Commit message (
Expand
)
Author
2016-03-20
properly open/close the file to avoid rapid open/close cycles
BhaaL
2016-03-20
hide the distinction between WAD and File from ES
BhaaL
2016-03-20
fix some style inconsistencies that drove me nuts
BhaaL
2015-12-19
NANDContentLoader/WiiWAD: Get rid of raw delete and new
Lioncash
2015-10-16
Mark which Wii root to use in the NAND path code.
comex
2015-05-28
Pass strings by const reference where possible
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-09
Don't construct NANDContentLoader classes before Main.cpp runs
JosJuice
2014-09-11
Remove some unnecessary semicolons
Lioncash
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-01
DiscIO: Prefix class member variables with "m_"
Lioncash
2014-06-18
Kill off replaceable usages of s[n]printf.
Lioncash
2014-02-22
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
Cleanup enum indentations.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre