mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +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:
parent
f3ea8a3653
commit
f9fe50958e
3 changed files with 6 additions and 6 deletions
|
@ -406,7 +406,7 @@ bool GameList::isEmpty() const {
|
|||
type == GameListItemType::SysNandDir)) {
|
||||
item_model->invisibleRootItem()->removeRow(child->row());
|
||||
i--;
|
||||
};
|
||||
}
|
||||
}
|
||||
return !item_model->invisibleRootItem()->hasChildren();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue