mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-22 22:52:41 +00:00
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:
@@ -374,7 +374,7 @@ void GameListWorker::run() {
|
||||
ScanFileSystem(ScanTarget::PopulateGameList, game_dir.path.toStdString(),
|
||||
game_dir.deep_scan ? 256 : 0, game_list_dir);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
emit Finished(watch_list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user