yuzu: Resolve -Wextra-semi warnings

While we're in the same area, we can ensure GameDir member variables are
always initialized to consistent values.
This commit is contained in:
Lioncash
2020-08-15 11:14:09 -04:00
committed by FearlessTobi
parent f72be7af2d
commit 8d6927dc4c
3 changed files with 7 additions and 6 deletions

View File

@@ -152,7 +152,8 @@ void GameListWorker::run() {
AddFstEntriesToGameList(game_dir.path.toStdString(), game_dir.deep_scan ? 256 : 0,
game_list_dir);
}
};
}
emit Finished(watch_list);
}