mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Config: Move the 'Display' settings from ConfigManager to the layered config system
This commit is contained in:
@ -84,6 +84,7 @@ static const INIToSectionMap& GetINIToSectionMap()
|
||||
{
|
||||
static const INIToSectionMap ini_to_section = {
|
||||
{"Core", {Config::System::Main, "Core"}},
|
||||
{"Display", {Config::System::Main, "Display"}},
|
||||
{"Video_Hardware", {Config::System::GFX, "Hardware"}},
|
||||
{"Video_Settings", {Config::System::GFX, "Settings"}},
|
||||
{"Video_Enhancements", {Config::System::GFX, "Enhancements"}},
|
||||
|
Reference in New Issue
Block a user