mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Revert "Qt/GameList: Add option to show covers in grid mode"
This commit is contained in:
@ -75,8 +75,6 @@ public:
|
||||
QString GetDefaultGame() const;
|
||||
void SetDefaultGame(QString path);
|
||||
void RefreshGameList();
|
||||
void RefreshMetadata();
|
||||
void NotifyMetadataRefreshComplete();
|
||||
void ReloadTitleDB();
|
||||
bool IsAutoRefreshEnabled() const;
|
||||
void SetAutoRefreshEnabled(bool enabled);
|
||||
@ -146,8 +144,6 @@ signals:
|
||||
void DefaultGameChanged(const QString&);
|
||||
void GameListRefreshRequested();
|
||||
void TitleDBReloadRequested();
|
||||
void MetadataRefreshRequested();
|
||||
void MetadataRefreshCompleted();
|
||||
void AutoRefreshToggled(bool enabled);
|
||||
void HideCursorChanged();
|
||||
void KeepWindowOnTopChanged(bool top);
|
||||
|
Reference in New Issue
Block a user