dolphin/Source/Core
JosJuice 2f264c6448 Common: Optimize Config::Get
The way Config::Get works in master, it first calls
Config::GetActiveLayerForConfig which searches for the
setting in all layers, and then calls Config::Layer::Get
which searches for the same setting again within the given
layer. We can remove this second search by combining the
logic of Config::GetActiveLayerForConfig and
Config::Layer::Get into one function.
2020-11-25 16:26:13 +01:00
..
AudioCommon Merge pull request #9071 from orbea/cmake 2020-10-26 18:48:42 +01:00
Common Common: Optimize Config::Get 2020-11-25 16:26:13 +01:00
Core Merge pull request #9268 from leoetlino/devicememcard-minor-cleanup 2020-11-25 10:07:44 +01:00
DiscIO Use positional arguments in all translatable fmt strings 2020-11-16 13:28:11 +01:00
DolphinNoGUI Clean up screen saver inhibition and apply setting change immediately. 2020-10-18 16:31:48 -05:00
DolphinQt Fix variable shadowing warnings 2020-11-21 02:08:09 +01:00
InputCommon Fix variable shadowing warnings 2020-11-21 02:08:09 +01:00
MacUpdater
UICommon Add Rock Band 3 MIDI PRO Adapter to known Wii peripherals 2020-11-24 14:25:19 +01:00
UpdaterCommon Fix updater not always cleaning up temp directory 2020-11-13 12:25:53 -08:00
VideoBackends Software: Use same logic for colors as hardware backends 2020-11-20 15:54:06 -08:00
VideoCommon Fix vertex ubershader GLES compile errors 2020-11-23 11:42:41 +01:00
WinUpdater DolphinQt: Handle non-ASCII characters in Windows cmd arguments 2020-09-21 17:26:29 +02:00
CMakeLists.txt