summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/SysConf.cpp
AgeCommit message (Expand)Author
2012-03-03Fix some minor bugs pointed out by PVS Studio (thanks!)Henrik Rydgard
2011-05-24Adds the option to change the path to the wii nand rootLPFaint99
2011-05-07Move the HLE hack of setting.txt file redirection to the BS2EmuLPFaint99
2011-04-11Fix sysconf generation. Fixes issue 4348.Glenn Rice
2011-03-31Create sys conf if it doesn't exists instead of asking questionsnakeee
2011-03-12Fix things so that those who wish to compile with -std=c++0x can. To active ...Glenn Rice
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-06Somewhat experimental. If the SYSCONF file is not found or is invalid then g...Glenn Rice
2011-03-03Merge the log window CreateGUIControls and LoadSettings methods. This allows...Glenn Rice
2011-03-03When reloading the sysconf file make sure that the m_Entries vector is cleared.Glenn Rice
2011-03-03Reload sysconf file on stop in order to preserve changes committed during emu...Shawn Hoffman
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2010-12-05allow gcc to check the format of args being passed to MsgAlert and GenericLog...Shawn Hoffman
2010-12-04Second attempt at issue 3458. Fixes issue 3458.Shawn Hoffman
2010-03-18Did some clean up of the GUI main. Also, parse command line options first, t...Glenn Rice
2010-02-19Revert the SysConf change, since it was intended by shuffle. j4ck.fr0st
2010-02-19NoGUI: general cleanup, add initialization stuff added in r5064, fixed the co...j4ck.fr0st
2010-02-03some cleanup, housekeeping for error cases and increased a few buffer sizes t...j4ck.fr0st
2010-02-02Linux global build. At least the basic footwork is done here.Glenn Rice
2010-01-29Fixes Issue 2176 (SysConf on OSX), plus some initialization order warning fix...j4ck.fr0st
2009-09-14revamp handling of wii sysconf. it's in Common lib so that plugins can (possi...Shawn Hoffman