[client] main: don't show the splash when transitioning to spice

This commit is contained in:
Geoffrey McRae
2022-05-27 02:24:01 +10:00
parent a9e3ab9d18
commit b94869249c
3 changed files with 11 additions and 9 deletions

View File

@@ -824,8 +824,8 @@ int main_frameThread(void * unused)
if (g_state.state != APP_STATE_SHUTDOWN)
{
overlaySplash_show(true);
app_useSpiceDisplay(true);
if (!app_useSpiceDisplay(true))
overlaySplash_show(true);
}
if (g_state.useDMA)