dolphin/Source/Core
Léo Lam 8912bb3ff4 Back up part of SYSCONF when switching to emulated BT
This fixes an issue where the Bluetooth info section could be fully
filled up by syncing 5 Wiimotes in passthrough mode then switching to
emulated Bluetooth; emulated Wiimotes were then unable to be used.

The "real" SYSCONF section is now backed up before being replaced with
a blank section that the emulated BT adapter can always fill with 5
Wiimotes without issues.

This backup is restored by the passthrough code, instead of during
the Bluetooth mode switch because this should be done regardless of the
user interface, and even without UI (if the config file is edited
manually).
2016-10-03 23:13:09 +02:00
..
AudioCommon Merge pull request #4271 from ligfx/audiofix 2016-10-02 21:00:10 -07:00
Common Back up part of SYSCONF when switching to emulated BT 2016-10-03 23:13:09 +02:00
Core Back up part of SYSCONF when switching to emulated BT 2016-10-03 23:13:09 +02:00
DiscIO Merge pull request #3963 from JosJuice/banner-loaded-failure 2016-10-03 06:33:52 -07:00
DolphinQt2 Merge pull request #4254 from ligfx/check_errors_postprocessing 2016-10-02 20:42:39 -07:00
DolphinWX ControllerConfigDiag: Improve the UI 2016-10-03 23:13:09 +02:00
InputCommon InputCommon: Fix formatting issues in Quartz 2016-10-03 18:59:52 +02:00
UICommon Merge pull request #2868 from sepalani/dolphin_ssl 2016-10-03 06:16:49 -07:00
VideoBackends VideoCommon: Minor changes 2016-10-03 06:51:46 -07:00
VideoCommon VideoCommon: Minor changes 2016-10-03 06:51:46 -07:00
CMakeLists.txt