dolphin/Source/Core/Common/Config
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
..
Config.cpp Config: Flatten structures 2017-11-15 18:04:40 +00:00
Config.h Config: Flatten structures 2017-11-15 18:04:40 +00:00
ConfigInfo.cpp ConfigInfo: Switch to doing case-insensitive comparison 2017-11-15 18:04:40 +00:00
ConfigInfo.h Config: Extract ConfigInfo into own header 2017-11-15 18:04:40 +00:00
Enums.h Config: Remove recursive layer 2017-11-15 18:04:40 +00:00
Layer.cpp Config: Flatten structures 2017-11-15 18:04:40 +00:00
Layer.h Config: Flatten structures 2017-11-15 18:04:40 +00:00