FullscreenUI: Fix bg load after close->reopen

This commit is contained in:
Stenzek
2025-12-18 01:29:27 +10:00
parent 97128838cf
commit d5dc9fb568

View File

@@ -537,6 +537,7 @@ void FullscreenUI::DestroyResources()
{
s_locals.app_background_texture.reset();
s_locals.app_background_shader.reset();
s_locals.background_loaded = false;
}
GPUTexture* FullscreenUI::GetUserThemeableTexture(const std::string_view png_name, const std::string_view svg_name,