Simplify quicksave/quickload logic

This commit is contained in:
Silent
2020-09-12 16:07:22 +02:00
parent 605992f294
commit cf513c1c24
2 changed files with 16 additions and 17 deletions

View File

@ -49,6 +49,7 @@ private:
void InitializePlaceholderListEntry(ListEntry* li, s32 slot, bool global);
void InitializeListEntry(ListEntry* li, CommonHostInterface::ExtendedSaveStateInfo* ssi);
std::pair<s32, bool> GetSlotTypeFromSelection(u32 selection) const;
CommonHostInterface* m_host_interface;
std::vector<ListEntry> m_slots;