diff --git a/UnleashedRecomp/ui/options_menu.cpp b/UnleashedRecomp/ui/options_menu.cpp index 86c4329..f3c9bc2 100644 --- a/UnleashedRecomp/ui/options_menu.cpp +++ b/UnleashedRecomp/ui/options_menu.cpp @@ -504,6 +504,10 @@ static void DrawConfigOption(int32_t rowIndex, float yOffset, ConfigDef* conf if (g_canReset && padState.IsTapped(SWA::eKeyState_X)) { config->MakeDefault(); + + // TODO: check if value was changed? + VideoConfigValueChangedCallback(config); + Game_PlaySound("sys_worldmap_decide"); } }