dolphin/Source/Core/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
..
Boot Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
Config Config: Add MainSettings 2017-08-11 15:36:32 +08:00
ConfigLoaders Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
Debugger Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
DSP dsp_rom: skip bootucode_ax when running from entrypoint 2017-08-10 10:53:12 -07:00
FifoPlayer FifoRecorder: Don't allocate ~100.7MB on program startup 2017-06-19 02:47:26 -04:00
HLE Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
HW Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
IOS BTBase: Fix a file deletion issue on Windows 2017-08-10 23:30:52 +08:00
PowerPC General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
ActionReplay.cpp LogManager: clean up header 2017-07-07 16:44:38 -07:00
ActionReplay.h
Analytics.cpp Convert to/from old EFB scale numbering 2017-08-08 12:09:50 +02:00
Analytics.h
ARDecrypt.cpp do not assign in conditional statements 2017-06-07 20:09:44 -07:00
ARDecrypt.h
BootManager.cpp Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
BootManager.h Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
CMakeLists.txt Config: Add MainSettings 2017-08-11 15:36:32 +08:00
CommonTitles.h IOS/ES: Refuse to launch the shop with default credentials 2017-06-26 20:30:13 +02:00
ConfigManager.cpp Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
ConfigManager.h Config: Include SYSCONF in base layer 2017-08-11 15:36:31 +08:00
Core.cpp Core: Reset s_wants_determinism on shutdown 2017-07-31 15:38:39 +08:00
Core.h Replace balanced Core::PauseAndLock calls with RunAsCPUThread 2017-07-21 16:45:59 +08:00
Core.vcxproj Config: Add MainSettings 2017-08-11 15:36:32 +08:00
Core.vcxproj.filters Config: Add MainSettings 2017-08-11 15:36:32 +08:00
CoreTiming.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
CoreTiming.h JitArm64: Implement timer SPRs 2017-04-25 09:20:09 +01:00
DSPEmulator.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
DSPEmulator.h
ec_wii.cpp EcWii: Add function to get the backup key 2017-07-21 17:42:59 +08:00
ec_wii.h EcWii: Add function to get the backup key 2017-07-21 17:42:59 +08:00
GeckoCode.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
GeckoCode.h
GeckoCodeConfig.cpp Common: Add HttpRequest to simplify HTTP requests 2017-06-13 12:52:31 +02:00
GeckoCodeConfig.h Move GeckoCodeDiag download logic to GeckoCodeConfig 2017-04-05 12:48:35 -07:00
Host.h DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
HotkeyManager.cpp DolphinWX: Use title case for hotkey group names 2017-07-26 08:00:17 +02:00
HotkeyManager.h
MachineContext.h Initial support for Haiku. 2017-03-27 23:46:19 -04:00
MemoryWatcher.cpp
MemoryWatcher.h
MemTools.cpp
MemTools.h
Movie.cpp Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
Movie.h Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
NetPlayClient.cpp Sync info about pressed wiimote button 2017-08-01 20:56:45 +02:00
NetPlayClient.h TraversalClient: make FailureReason an enum class 2017-08-08 15:29:56 -07:00
NetPlayProto.h
NetPlayServer.cpp NetPlayServer: encapsulate m_upnp_inited in initUPnP() 2017-08-07 11:35:13 -07:00
NetPlayServer.h NetPlayServer: encapsulate m_upnp_inited in initUPnP() 2017-08-07 11:35:13 -07:00
PatchEngine.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
PatchEngine.h PatchEngine: Add Reload() function 2017-04-09 14:02:33 +01:00
State.cpp IOS/SDIO: Add missing save calls in DoState 2017-08-07 00:48:16 +08:00
State.h Frame: Remove callback function prototypes from header 2017-04-03 06:34:36 -04:00
TitleDatabase.cpp Improve Japanese check in TitleDatabase 2017-07-16 14:33:14 +02:00
TitleDatabase.h TitleDatabase: Fix header includes 2017-05-22 02:02:04 +02:00
WiiRoot.cpp Core: Remove useless ShutdownWiiRoot calls 2017-06-10 20:00:43 +02:00
WiiRoot.h
WiiUtils.cpp Force ticket to have a correct key index for importing 2017-07-31 00:50:19 +08:00
WiiUtils.h WiiUtils: Add an online updater 2017-06-28 11:22:10 +02:00