mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Migrate game INI profile setting to new config system
This commit is contained in:
@ -104,6 +104,7 @@ static const INIToSectionMap& GetINIToSectionMap()
|
||||
{"Video_Stereoscopy", {Config::System::GFX, "Stereoscopy"}},
|
||||
{"Video_Hacks", {Config::System::GFX, "Hacks"}},
|
||||
{"Video", {Config::System::GFX, "GameSpecific"}},
|
||||
{"Controls", {Config::System::GameSettingsOnly, "Controls"}},
|
||||
};
|
||||
return ini_to_section;
|
||||
}
|
||||
|
Reference in New Issue
Block a user