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:
parent
f72be7af2d
commit
8d6927dc4c
3 changed files with 7 additions and 6 deletions
|
@ -391,7 +391,7 @@ bool GameList::isEmpty() const {
|
|||
(type == GameListItemType::InstalledDir || type == GameListItemType::SystemDir)) {
|
||||
item_model->invisibleRootItem()->removeRow(child->row());
|
||||
i--;
|
||||
};
|
||||
}
|
||||
}
|
||||
return !item_model->invisibleRootItem()->hasChildren();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue