diff --git a/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp b/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp index 812b10269b..a626200f5d 100644 --- a/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp +++ b/Source/Core/Core/ConfigLoaders/GameConfigLoader.cpp @@ -90,6 +90,7 @@ static const INIToSectionMap& GetINIToSectionMap() { static const INIToSectionMap ini_to_section = { {"Core", {Config::System::Main, "Core"}}, + {"DSP", {Config::System::Main, "DSP"}}, {"Display", {Config::System::Main, "Display"}}, {"Video_Hardware", {Config::System::GFX, "Hardware"}}, {"Video_Settings", {Config::System::GFX, "Settings"}},