mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Common/Config: Add a utility class to suppress config change callbacks.
This commit is contained in:
parent
2a3c075330
commit
bbc6bf5294
8 changed files with 42 additions and 1 deletions
|
@ -332,6 +332,8 @@ void GameCubePane::LoadSettings()
|
|||
|
||||
void GameCubePane::SaveSettings()
|
||||
{
|
||||
Config::ConfigChangeCallbackGuard config_guard;
|
||||
|
||||
SConfig& params = SConfig::GetInstance();
|
||||
|
||||
// IPL Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue