dolphin-emulator/Source/Core
Lioncash 086ec7a9b7 DolphinWX: Break up ConfigMain.cpp into separate classes
Prior to this, ConfigMain.cpp was a large (52KB) cpp file that contained all of the UI setting code.

This breaks up the config code into subclasses of wxPanel, which are then just instantiated to add to the settings wxNoteBook. This keeps all the settings categories separated from one another and also cleans up the code in general.
2015-03-18 22:47:49 -04:00
..
AudioCommon Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
Common Traversal: Use a decent PRNG instead of rand() 2015-03-18 10:16:11 +01:00
Core Merge pull request #2224 from gerikkub/AutoFocus 2015-03-19 12:48:03 +11:00
DiscIO Improve error handling in DiscIO::CompressFileToBlob and DecompressBlobToFile 2015-03-17 09:01:26 +01:00
DolphinQt Merge pull request #2129 from Sonicadvance1/shuffle_user_dir 2015-02-27 14:07:06 +11:00
DolphinWX DolphinWX: Break up ConfigMain.cpp into separate classes 2015-03-18 22:47:49 -04:00
InputCommon Fixed the crash that would occur when the Refresh button was pressed in the controllers config. 2015-03-08 20:27:13 +11:00
UICommon Fix user directories at times doing stupid things. 2015-03-15 09:19:48 -05:00
VideoBackends Merge pull request #2222 from Tilka/fix_warnings 2015-03-16 17:41:46 -07:00
VideoCommon Merge pull request #2222 from Tilka/fix_warnings 2015-03-16 17:41:46 -07:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00