Citra-qt: Add multiplayer ui
This commit is contained in:
@@ -374,6 +374,10 @@ void GameList::LoadCompatibilityList() {
|
||||
}
|
||||
}
|
||||
|
||||
QStandardItemModel* GameList::GetModel() const {
|
||||
return item_model;
|
||||
}
|
||||
|
||||
void GameList::PopulateAsync(const QString& dir_path, bool deep_scan) {
|
||||
if (!FileUtil::Exists(dir_path.toStdString()) ||
|
||||
!FileUtil::IsDirectory(dir_path.toStdString())) {
|
||||
|
Reference in New Issue
Block a user