mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
FullscreenUI: Fix bg load after close->reopen
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user