System: Don't unconditionally refresh save state UI

This commit is contained in:
Stenzek
2023-12-17 00:09:15 +10:00
parent 38777439c5
commit 6328d08c14
3 changed files with 8 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ namespace SaveStateSelectorUI {
static constexpr float DEFAULT_OPEN_TIME = 5.0f;
bool IsOpen();
void Open(float open_time = DEFAULT_OPEN_TIME);
void RefreshList();
void DestroyTextures();