Citra-qt: Add multiplayer ui

This commit is contained in:
James Rowe 2018-01-19 13:42:21 +00:00
parent bba2a60b22
commit 871196bc10
34 changed files with 2653 additions and 46 deletions

View file

@ -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())) {