summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/NANDContentLoader.cpp
AgeCommit message (Expand)Author
2016-09-14NANDContentLoader: Delay vector construction until needed in Get()Lioncash
2016-09-14NANDContentLoader: Make CNANDContentData's Get function return by non-const v...Lioncash
2016-09-14DiscIO: Fix NAND Memory LeakEmptyChaos
2016-07-13Move DiscIO enums to a new fileJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-03-20properly open/close the file to avoid rapid open/close cyclesBhaaL
2016-03-20hide the distinction between WAD and File from ESBhaaL
2016-03-20fix some style inconsistencies that drove me nutsBhaaL
2016-01-03Debug Builds: Fixed vector assertionSepalani
2015-12-19NANDContentLoader/WiiWAD: Get rid of raw delete and newLioncash
2015-10-16Merge pull request #3139 from JosJuice/fix-wii-rootflacs
2015-10-16Mark which Wii root to use in the NAND path code.comex
2015-10-07NANDContentLoader: Replace a string rbegin() call with a back() callLioncash
2015-10-03Merge pull request #3091 from Tilka/mbedtlsshuffle2
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-25mbedTLS: run rename.pl script and fix errorsTillmann Karras
2015-06-02Merge pull request #1556 from comex/project-morationcomex
2015-05-28Pass strings by const reference where possibleLioncash
2015-05-28Add a mode to use a dummy Wii NAND.comex
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-09Don't construct NANDContentLoader classes before Main.cpp runsJosJuice
2015-02-28General FormattingStevoisiak
2014-11-24More formatting and consistency fixesStevoisiak
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-01DiscIO: Prefix class member variables with "m_"Lioncash
2014-08-30Get rid of C-style empty function parameter indicatorsLioncash
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-22Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix more header sorting issues in DiscIO/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre