mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-04-20 06:37:45 +00:00
[client] main: don't show the splash when transitioning to spice
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user