SaveStateSelectorUI: Decouple current slot from list

This commit is contained in:
Stenzek
2023-12-17 13:32:58 +10:00
parent cffb383c10
commit 73968ac526
6 changed files with 225 additions and 106 deletions

View File

@ -321,7 +321,7 @@ void Host::ReleaseGPUDevice()
if (!g_gpu_device)
return;
SaveStateSelectorUI::DestroyTextures();
ImGuiManager::DestroyOverlayTextures();
FullscreenUI::Shutdown();
ImGuiManager::Shutdown();