FullscreenUI: Change default background name

This commit is contained in:
Stenzek 2025-04-17 20:58:07 +10:00
parent def6b76116
commit 9a6725367b
No known key found for this signature in database

View File

@ -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();