dolphin/Source/Core
Léo Lam d86f020e81 Rewrite SysConf handling
This rewrites the SysConf code for several reasons:

* Modernising the SysConf class. The naming was entirely cleaned up.
  constexpr for constants.

* Exposing less stuff in the header.

* Probably less efficient parsing and writing logic, but much simpler
  to understand and use in my opinion. No more hardcoded offsets.
  No more duplicated code for the initial SYSCONF generation.

* More flexibility. It is now possible to add and remove entries,
  since we rebuild the file. This allows us to stop spamming
  "section not found" panic alerts; we can now use and insert
  default entries.
2017-06-18 16:17:05 +02:00
..
AudioCommon Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Common Rewrite SysConf handling 2017-06-18 16:17:05 +02:00
Core Rewrite SysConf handling 2017-06-18 16:17:05 +02:00
DiscIO Merge pull request #5611 from JosJuice/reorganize-file-namespace 2017-06-15 23:28:36 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 Merge pull request #5609 from leoetlino/qt-user-path 2017-06-14 13:40:37 -07:00
DolphinWX DolphinWX: Fix encoding errors in UpdateTitle 2017-06-16 17:20:13 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon Allow the user to ignore signature issues during WAD import 2017-06-16 16:17:38 +02:00
VideoBackends Merge pull request #5594 from MerryMage/phack 2017-06-16 18:36:39 +02:00
VideoCommon Merge pull request #5314 from stenzek/revert-efb-source-truncation 2017-06-17 15:21:48 +10:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00