dolphin/Source/Core
MerryMage 4c24629b95 Config: Flatten structures
Originally, Layer contained a std::map of Sections, which containted a std::map
containing the (key, value) pairs. Here we flattern this structure so that only
one std::map is required, reducing the number of indirections required and
vastly simplifying the code.
2017-11-15 18:04:40 +00:00
..
AudioCommon Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
Common Config: Flatten structures 2017-11-15 18:04:40 +00:00
Core Config: Flatten structures 2017-11-15 18:04:40 +00:00
DiscIO Avoid forbidden characters when extracting disc partitions 2017-11-08 12:04:59 +01:00
DolphinNoGUI UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
DolphinQt2 Merge pull request #6167 from ligfx/encapsulatedefaultdevice 2017-11-11 17:11:56 +01:00
DolphinWX Merge pull request #6167 from ligfx/encapsulatedefaultdevice 2017-11-11 17:11:56 +01:00
InputCommon Merge pull request #6167 from ligfx/encapsulatedefaultdevice 2017-11-11 17:11:56 +01:00
UICommon Config: Flatten structures 2017-11-15 18:04:40 +00:00
VideoBackends D3D/main: Remove unused variable in InitBackendInfo() 2017-11-12 13:24:02 -05:00
VideoCommon VideoConfig: Add const specifier to IsVSync() member function 2017-11-10 22:23:15 -05:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00