mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #5863 from MerryMage/oop
Config: Missed a line in #5770
This commit is contained in:
@ -95,6 +95,7 @@ void Set(LayerType layer, const ConfigInfo<T>& info, const T& value)
|
|||||||
GetLayer(layer)
|
GetLayer(layer)
|
||||||
->GetOrCreateSection(info.location.system, info.location.section)
|
->GetOrCreateSection(info.location.system, info.location.section)
|
||||||
->Set(info.location.key, value);
|
->Set(info.location.key, value);
|
||||||
|
InvokeConfigChangedCallbacks();
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
Reference in New Issue
Block a user