summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
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-16Missed some VS build options.Matthew Parlane
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
2013-01-16Merge branch 'ES_LAUNCH'skidau
2013-01-10Apparently the order here was important, cached somewhere I guess.Jordan Woyak
2013-01-09Add support for german region flag. Still need to change image. (currently us...Jordan Woyak
2013-01-09Display error messages when failing to compress/decompress games.Jordan Woyak
2013-01-09Actually export 0-sized files.Jordan Woyak
2012-12-26Added support for Reset (from menu). Fixes Sam & Max.skidau
2012-08-20Use do { ... } while (0) for the *_LOG macrosPierre Bourdon
2012-08-05Fix a wrong data type in the WBFS Blob reader causing issues on x86 systemsPierre Bourdon
2012-05-11Fix DVD root path for Wii games. Now Wii games can be booted using extracted ...Pierre Bourdon
2012-05-04Add Wii DVD integrity checking to DolphinPierre Bourdon
2012-05-04Added wbfs support. Thanks to lordlyhobo for the patch. Fixes issue 859.skidau
2012-04-28Corrected the file offset within the FST of virtual disks (used by the DVD Ro...skidau
2012-04-23force VolumeDirectory to align files to 32KB (only streaming audio files real...Shawn Hoffman
2012-03-30Fixes issue 5330.Matthew Parlane
2012-03-25Remove scons-related filesShawn Hoffman
2012-03-25Merge branch 'wxw3-update'Shawn Hoffman
2012-03-22Forward "raw" reads of GC discs to the normal read function, since they are n...Shawn Hoffman
2012-03-22Merge branch 'master' into wxw3-updateShawn Hoffman