summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2011-06-05fix infinitely recursive deletion from r7587 and actually update locations of...LPFaint99
2011-06-05fix a small oversight to changing NAND root, update locations of content.map ...LPFaint99
2011-06-02Potential fix for errors related to 'Not enough free blocks'LPFaint99
2011-05-16Fix IOCTL_ES_GETVIEWCNT (uninitialized data)LPFaint99
2011-05-09Fix non-Windows build.Soren Jorvang
2011-05-09NAND:Consolidate Wad/Directory loading in CNANDContentLoader to one functionLPFaint99
2011-05-05Update the country code in SysConf when wii system language is changed.LPFaint99
2011-04-01Use mutexes in LogManager to make it threadsafe, as suggested by beistin's pa...Jordan Woyak
2011-03-16Reinstate AfterInit(), which is still needed for MacOpenFile()Soren Jorvang
2011-03-11Hack up hack number 7328, just to get things to compile.Glenn Rice
2011-03-11Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...Jordan Woyak
2011-03-05deleting a channel via the wii sysmenu works nowLPFaint99
2011-03-05Replace install wii menu option tools to install wadLPFaint99
2011-03-03Move SConscript files out from the Src subdirectories to beSoren Jorvang
2011-03-03Prepare for the release of Xcode 4, which has working LTOSoren Jorvang
2011-03-01More conversion from char * to std::string.Glenn Rice
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-21revert r7212 (express users must modify a single line, instead)Shawn Hoffman
2011-02-20Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly ...Shawn Hoffman
2011-02-11drop vs2008 projects in favor of vs2010Shawn Hoffman
2011-02-08vs2010:Shawn Hoffman
2011-02-04In the SCons build, skip the generation of static librariesSoren Jorvang
2011-02-02Thread affinity on OS X and *BSD.Soren Jorvang
2011-02-02Remove the global namespace a bit and remove some dead code.Soren Jorvang
2011-02-01vs2010: Enable LTCG only for release builds.Shawn Hoffman
2011-01-31vs2010:Shawn Hoffman
2011-01-31svn eol-style:native on the filters...Shawn Hoffman
2011-01-31vs2010 add filters for everything (...except wxw projects...). Try to fix SVN...Shawn Hoffman
2011-01-30Terminate a C string.Soren Jorvang
2011-01-29Be a little more careful about the use of SSE.Soren Jorvang
2011-01-27Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs ex...Jordan Woyak
2011-01-27Various minor fixes to allow building with clang on OS X.Soren Jorvang
2011-01-27Actually fix issue 3659.LPFaint99
2011-01-27Committing Visual Studio 2010 solution/project files. (not switching from 200...Jordan Woyak
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2011-01-08Fixed language selection by adding English, leaving default as "<System>" lan...j4ck.fr0st
2011-01-01Set native eol-style on some recently added files.Soren Jorvang
2010-12-29Linux build fix.Glenn Rice
2010-12-29Add ciso support.NeoBrainX
2010-12-22Fix Unix build.Soren Jorvang
2010-12-22Move AES to common libLPFaint99
2010-12-22Update Wii save import / export to use the same replace list as FileIOLPFaint99
2010-12-16System Menu Region is now detected based on the Title Version in tmdLPFaint99
2010-12-15Make sure a few more directories exist when needed. Most package builders (i...Glenn Rice
2010-12-14Revert back to LogTypes. Fixes issue 3668.Glenn Rice
2010-12-05Cast size_t to unsigned long for printf to deal with (32-bit)Soren Jorvang
2010-12-05First pass at dealing with different size_t/off_t sizes in C90 environments.Soren Jorvang
2010-12-05allow gcc to check the format of args being passed to MsgAlert and GenericLog...Shawn Hoffman
2010-12-05fix a crash that could occur in CompressedBlob.cppShawn Hoffman
2010-12-04Second attempt at issue 3458. Fixes issue 3458.Shawn Hoffman