mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
DolphinQt: Implement "Purge Game List Cache"
This is a missing feature from DolphinWX.
This commit is contained in:
parent
8d1e996f39
commit
8bbec31295
11 changed files with 41 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue