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
2017-10-24
Remove NANDContentManager
Léo Lam
2017-08-13
Fix two small lint errors
Michael M
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-06-03
IOS/ES: Move ImportTicket write function
Léo Lam
2017-06-03
DiscIO: Fix the wrong NAND root being used
Léo Lam
2017-05-14
Reuse the IOS code for WAD installation
Léo Lam
2017-05-13
IOS/ES: Implement DeleteTitleContent properly
Léo Lam
2017-03-26
IOS/ES: Move shared content map, uid.sys code
Léo Lam
2017-03-19
IOS: Add NandUtils
Léo Lam
2017-02-27
IOS/ES: Implement ES_Export* ioctlvs
Léo Lam
2017-02-26
ES: Make sure the TMD and ticket are valid before use
Léo Lam
2017-02-26
Use ESFormats for TMDs
Léo Lam
2017-02-26
Move the ticket code to ESFormats
Léo Lam
2017-02-10
Get rid of a singleton for NAND shared contents
Léo Lam
2017-02-10
Always use configured root when installing WAD
Léo Lam
2017-01-14
DiscIO: Export GetKeyFromTicket
Pierre Bourdon
2017-01-14
DiscIO: Implement functions to lookup tickets
Pierre Bourdon
2017-01-14
IOS/ES: Implement ES_AddTicket.
Pierre Bourdon
2017-01-02
DiscIO: Add GetRegion function and Region enum
JosJuice
2016-10-14
NANDContentLoader: Add IOFile forward declaration
Lioncash
2016-09-14
NANDContentLoader: Remove unnecessary trailing semicolons
Lioncash
2016-09-14
NANDContentLoader: Remove virtual specifier from CNANDContentLoader destructor
Lioncash
2016-09-14
NANDContentLoader: Specify constructors as explicit where applicable
Lioncash
2016-09-14
NANDContentLoader: Make CNANDContentData's Get function return by non-const v...
Lioncash
2016-09-14
DiscIO: Fix NAND Memory Leak
EmptyChaos
2016-07-13
Move DiscIO enums to a new file
JosJuice
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
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