Add cache removal to UI

This commit is contained in:
msuih
2019-09-07 17:39:40 +03:00
committed by Megamouse
parent 84867b0848
commit 5ed700db5d
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -126,6 +126,7 @@ private:
QAction* CreateRecentAction(const q_string_pair& entry, const uint& sc_idx);
void BootRecentAction(const QAction* act);
void AddRecentAction(const q_string_pair& entry);
void RemoveDiskCache();
q_pair_list m_rg_entries;
QList<QAction*> m_recentGameActs;