From 9a6725367bdf6154428535389e56d60c16366939 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Thu, 17 Apr 2025 20:58:07 +1000 Subject: [PATCH] FullscreenUI: Change default background name --- src/core/fullscreen_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/fullscreen_ui.cpp b/src/core/fullscreen_ui.cpp index 6c4923733..b787de170 100644 --- a/src/core/fullscreen_ui.cpp +++ b/src/core/fullscreen_ui.cpp @@ -251,7 +251,7 @@ static void UpdateTransitionState(); // Backgrounds ////////////////////////////////////////////////////////////////////////// -static constexpr const char* DEFAULT_BACKGROUND_NAME = "Default"; +static constexpr const char* DEFAULT_BACKGROUND_NAME = "StaticGray"; static bool HasBackground(); static void LoadBackground();