forked from dolphin-emu/dolphin
Qt/GameList: Add option to show covers in grid mode
This commit is contained in:
@@ -137,6 +137,16 @@ void Settings::RefreshGameList()
|
||||
emit GameListRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::RefreshMetadata()
|
||||
{
|
||||
emit MetadataRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::NotifyMetadataRefreshComplete()
|
||||
{
|
||||
emit MetadataRefreshCompleted();
|
||||
}
|
||||
|
||||
void Settings::ReloadTitleDB()
|
||||
{
|
||||
emit TitleDBReloadRequested();
|
||||
|
Reference in New Issue
Block a user