DolphinQt: Implement "Purge Game List Cache"

This is a missing feature from DolphinWX.
This commit is contained in:
JosJuice
2018-10-14 18:03:10 +02:00
parent 8d1e996f39
commit 8bbec31295
11 changed files with 41 additions and 3 deletions

View File

@ -90,6 +90,7 @@ signals:
// View
void ShowList();
void ShowGrid();
void PurgeGameListCache();
void ToggleSearch();
void ColumnVisibilityToggled(const QString& row, bool visible);
void GameListPlatformVisibilityToggled(const QString& row, bool visible);