dolphin/Source/Core
Léo Lam 940cc843ed Config: Fix Movie config loading/saving
* Add missing Language setting loading/saving. This was added after the
  original OnionConfig PR, which is why support for it was missing.

* Change MovieConfigLoader to reuse ConfigInfos. Less duplication.

* Extract MovieConfigLoader::Save into SaveToDTM. The DTM should use
  the current config and not just the movie layer. This makes more
  sense than just saving the movie layer, which may not always exist,
  and also fixes a crash that would happen when creating a new
  recording because the movie layer wouldn't exist in that case.

  (Plus, having to get the loader from the layer and call ChangeDTM
  on it manually is not very pretty.)
2017-08-11 15:36:32 +08:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
Core Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
DiscIO Filesystem: Declare FileInfo iterator's move constructor and assignment operator noexcept 2017-08-05 12:29:02 -04:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
DolphinWX WX: Reload Wii config pane on config change 2017-08-11 15:36:32 +08:00
InputCommon Merge pull request #5860 from jturcotte/fix-macos-nswitch-axis 2017-08-07 13:44:07 +12:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Remove non-integer IRs 2017-08-08 12:09:50 +02:00
VideoCommon Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00