mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Common/Config: Add a utility class to suppress config change callbacks.
This commit is contained in:
@ -332,6 +332,8 @@ void GameCubePane::LoadSettings()
|
||||
|
||||
void GameCubePane::SaveSettings()
|
||||
{
|
||||
Config::ConfigChangeCallbackGuard config_guard;
|
||||
|
||||
SConfig& params = SConfig::GetInstance();
|
||||
|
||||
// IPL Settings
|
||||
|
Reference in New Issue
Block a user