FullscreenUI: Avoid png/svg name clash for disc icon

This commit is contained in:
Stenzek
2025-12-03 20:33:48 +10:00
parent 941b62e938
commit 241f720cb8

View File

@@ -1275,7 +1275,7 @@ void FullscreenUI::DrawLandingWindow()
ImGui::SetItemDefaultFocus();
if (UserThemeableHorizontalButton(
"fullscreenui/cdrom.png", "fullscreenui/start-disc.svg", FSUI_VSTR("Start Game"),
"fullscreenui/start-disc.png", "fullscreenui/start-disc.svg", FSUI_VSTR("Start Game"),
FSUI_VSTR("Launch a game from a file, disc, or starts the console without any disc inserted.")))
{
BeginTransition([]() { SwitchToMainWindow(MainWindowType::StartGame); });