dolphin/Source/Core/Common/Config
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
..
Config.cpp Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
Config.h Config: Add Get/Set on Layer 2017-08-11 15:28:11 +08:00
Enums.h Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
Layer.cpp Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
Layer.h Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
Section.cpp Config/Section: support u16 values 2017-08-03 13:16:16 -07:00
Section.h Config/Section: support u16 values 2017-08-03 13:16:16 -07:00