mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Qt/GameList: Add option to show covers in grid mode
This commit is contained in:
parent
448547c38f
commit
5ade5f4fe7
20 changed files with 327 additions and 8 deletions
|
@ -137,6 +137,16 @@ void Settings::RefreshGameList()
|
|||
emit GameListRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::RefreshMetadata()
|
||||
{
|
||||
emit MetadataRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::NotifyMetadataRefreshComplete()
|
||||
{
|
||||
emit MetadataRefreshCompleted();
|
||||
}
|
||||
|
||||
void Settings::ReloadTitleDB()
|
||||
{
|
||||
emit TitleDBReloadRequested();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue