dolphin/Source/Core
Léo Lam 64101137cd Remove pre-generated SYSCONF
Dolphin is able to generate one with all correct default settings, so
we don't need to ship with a pre-generated SYSCONF and worry about
syncing default settings.

Additionally, this commit changes SysConf to work with session SYSCONFs
so that Dolphin is able to generate a default one even for Movie/TAS.
Which SYSCONF needs to be touched is explicitly specified to avoid
confusion about which file SysConf is managing.

(Another notable change is that the Wii root functions are moved into
Core to prevent Common from depending on Core.)
2017-01-12 21:30:11 +01:00
..
AudioCommon Add Silent Audio Dumping INI Option 2017-01-08 13:53:44 -05:00
Common Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00
Core Remove pre-generated SYSCONF 2017-01-12 21:30:11 +01:00
DiscIO Merge pull request #4544 from JosJuice/region-enum 2017-01-13 09:19:27 +13:00
DolphinQt2 DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
DolphinWX Merge pull request #4544 from JosJuice/region-enum 2017-01-13 09:19:27 +13:00
InputCommon macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends VideoSW: Fix GL ES shader. 2017-01-07 12:32:15 +01:00
VideoCommon TextureDecoder: Seperate each format into its own function 2017-01-10 20:41:00 +10:00
CMakeLists.txt