summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src
AgeCommit message (Expand)Author
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-07fixed issue 6852.Chanwoong Kim
2013-12-06Add Read16/Read8 to the CBlobBigEndianReader so the key check is reading 8bit...Ryan Houdek
2013-11-13Fix format string warningsTillmann Karras
2013-11-11Add a comment to the magic value reading location.Ryan Houdek
2013-11-12Fixed a bug that incorrectly recognized as 'GameCube'. when you open the Kore...Chanwoong Kim
2013-11-05Fix {Read,Write}FileToString.Matthew Parlane
2013-11-03Run code through clang-modernize -add-override to add 'override' decls.comex
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-11-03Run code through clang-modernize -loop-convert to create range-based for loop...comex
2013-10-31Merge remote-tracking branch 'shuffle2/vc12'comex
2013-10-27Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.Ryan Houdek
2013-10-26Update to VS2013 and a slew of build-related updates. Notes:Shawn Hoffman
2013-10-19Clean up includes in DiscIO as much as possible.Lioncash
2013-10-19Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoa...Lioncash
2013-10-02[Common] Abstract out the decode5A3Image and decodeCI8Image functions in Bann...Lioncash
2013-09-28Support a gcm revision-specific game ini for cheats + partially fix gecko cod...comex
2013-09-26No need to std::move a return value. Thanks Billiard.comex
2013-09-252x banner images!comex
2013-09-14proper fix for issue 6206LPFaint99
2013-09-01MSVC warnings.comex
2013-09-01A bunch of trivial changes to fix clang warnings.comex
2013-08-31Better error reporting for ES / NANDContentLoader.comex
2013-08-31Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save.comex
2013-08-16Fix polarssl on Windows.Matthew Parlane
2013-08-15Support PolarSSL on *nixMatthew Parlane
2013-04-19Fix a bunch of random typos in comments and logging.lioncash
2013-04-17New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm...Lioncash
2013-04-16Make dolphin aware of disc revision numbers. Display them under game properti...John Chadwick
2013-04-16Remove all tab/space mismatches from the Core project. For anyone working on ...Lioncash
2013-04-15Update the license file text (change SVN to Git) in all projects except Core ...lioncash
2013-04-09ChunkFile has allowed me to accidentally "Do" a non-POD for the last time!Jordan Woyak
2013-04-09Fixed split WBFS file size display. (probably)Jordan Woyak
2013-03-31Fix some typos and correct some capitalizations in the log messages.Lioncash
2013-03-19Clean up some space/tab mismatches in DiscIO and InputCommon.lioncash
2013-03-07Fix a potential memory leak in function DecompressBlobToFile in CompressedBlo...lioncash
2013-03-05Fixed issue 5270. Don't ask me how, I just clean up code and then it works! I...Jordan Woyak
2013-03-03Fix WAD volume name extracting.Jordan Woyak
2013-03-03Fix more of what I broke.Jordan Woyak
2013-03-03Fix what I broke.Jordan Woyak
2013-03-02Eliminate the wstring game name.Jordan Woyak
2013-03-02Merge branch 'master' into windows-unicodeJordan Woyak
2013-03-01Kill wstring version of game description.Jordan Woyak
2013-03-01Fixes two memory leaks, one is pretty bad for OSX.Matthew Parlane
2013-02-27Fix "DiscIO" to build with "Unicode".Jordan Woyak
2013-02-26ARM Support without GLSLRyan Houdek
2013-02-17Change some CNANDContentLoader logic to what was probably intended. Kills som...Jordan Woyak
2013-01-31Fix remaining compiler warnings.Glenn Rice
2013-01-29Fix the majority of the compiler warnings unearthed by the addition ofGlenn Rice
2013-01-25Better implementation of revision 2cc1a97a66c2. Works with .gcz files now.Rachel Bryk