index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Src
/
SysConf.h
Age
Commit message (
Expand
)
Author
2011-05-24
Adds the option to change the path to the wii nand root
LPFaint99
2011-05-05
Update the country code in SysConf when wii system language is changed.
LPFaint99
2011-03-11
Hack up hack number 7328, just to get things to compile.
Glenn Rice
2011-03-11
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...
Jordan Woyak
2011-03-06
Somewhat experimental. If the SYSCONF file is not found or is invalid then g...
Glenn Rice
2011-03-03
Merge the log window CreateGUIControls and LoadSettings methods. This allows...
Glenn Rice
2011-03-03
When reloading the sysconf file make sure that the m_Entries vector is cleared.
Glenn Rice
2011-03-03
Reload sysconf file on stop in order to preserve changes committed during emu...
Shawn Hoffman
2011-01-13
Removed my previous PanicAlert translation hack. Fixed with a better method ...
Glenn Rice
2010-12-22
Add the ability to Get / Set Array data from SysConf
LPFaint99
2010-03-18
Did some clean up of the GUI main. Also, parse command line options first, t...
Glenn Rice
2010-02-19
NoGUI: general cleanup, add initialization stuff added in r5064, fixed the co...
j4ck.fr0st
2010-02-03
some cleanup, housekeeping for error cases and increased a few buffer sizes t...
j4ck.fr0st
2010-02-02
Linux global build. At least the basic footwork is done here.
Glenn Rice
2010-01-19
JitIL is no longer a separate .exe/binary - it's now a simple option, Dolphin...
hrydgard
2009-09-30
OpenCL: added opencl=true option to scons and fixed the case on the way.
nakeee
2009-09-14
revamp handling of wii sysconf. it's in Common lib so that plugins can (possi...
Shawn Hoffman