mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
FullscreenUI: Fix some textures leaking at shutdown
This commit is contained in:
parent
18405a713c
commit
d1a5b89f0a
|
@ -387,6 +387,10 @@ void DestroyResources()
|
|||
{
|
||||
s_app_icon_texture.reset();
|
||||
s_placeholder_texture.reset();
|
||||
s_fallback_playlist_texture.reset();
|
||||
s_fallback_psf_texture.reset();
|
||||
s_fallback_exe_texture.reset();
|
||||
s_fallback_disc_texture.reset();
|
||||
for (auto& tex : s_game_compatibility_textures)
|
||||
tex.reset();
|
||||
for (auto& tex : s_disc_region_textures)
|
||||
|
|
Loading…
Reference in a new issue