mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 06:55:45 -04:00
FrontendCommon: Add duck icon to loading screens
This commit is contained in:
@ -248,11 +248,16 @@ bool SDLHostInterface::AcquireHostDisplay()
|
||||
ImGui::NewFrame();
|
||||
}
|
||||
|
||||
if (!CreateHostDisplayResources())
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void SDLHostInterface::ReleaseHostDisplay()
|
||||
{
|
||||
ReleaseHostDisplayResources();
|
||||
|
||||
if (m_fullscreen)
|
||||
SetFullscreen(false);
|
||||
|
||||
|
Reference in New Issue
Block a user