dolphin/Source/Core
Filoppi 689545a795 InputCommon: fix InputConfig::LoadConfig() not always replacing emu controllers values
If InputConfig::LoadConfig() was called once with a non empty/customized config,
then called again after manually deleting the config (dolphin calls LoadConfig() every time it opens the mapping widget),
the second load would fail to clear the values on any non first EmulatedController and would instead keep the
previous config values despite it being deleted (while it would instead correctly default the first EmulatedController).

This is not a big bug though the code is better now.
2021-12-05 23:37:58 +02:00
..
AudioCommon Merge pull request #10169 from leoetlino/fmt-localtime 2021-11-07 00:08:14 -04:00
Common Fix saving RGBA images 2021-11-24 14:56:12 -08:00
Core Merge pull request #10242 from smitdylan2001/master 2021-11-30 06:58:55 +13:00
DiscIO RiivolutionPatcher: Use case-insensitive filename comparison when searching for files in a folder patch. 2021-11-20 01:15:18 +01:00
DolphinNoGUI Core/Boot: Refactor storage of boot-to-savestate data into a separate class. 2021-11-22 00:35:35 +01:00
DolphinQt Merge pull request #10143 from Pokechu22/png-compression-level 2021-11-23 16:40:34 +01:00
InputCommon InputCommon: fix InputConfig::LoadConfig() not always replacing emu controllers values 2021-12-05 23:37:58 +02:00
MacUpdater
UICommon Core, DolphinQt, UICommon: Fix all cases of -Wrange-loop-construct in gcc 11 2021-11-02 13:50:21 +01:00
UpdaterCommon
VideoBackends Merge pull request #10222 from phire/fix-copy-filter-clamping 2021-11-18 17:48:33 -05:00
VideoCommon Merge pull request #10143 from Pokechu22/png-compression-level 2021-11-23 16:40:34 +01:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Add option for setting the PNG zlib compression level 2021-11-18 13:10:22 -08:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props