mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Use empty instead of size
This commit is contained in:
@ -449,7 +449,7 @@ void GameList::CompressISO(bool decompress)
|
||||
auto files = GetSelectedGames();
|
||||
const auto game = GetSelectedGame();
|
||||
|
||||
if (files.size() == 0 || !game)
|
||||
if (files.empty() || !game)
|
||||
return;
|
||||
|
||||
bool wii_warning_given = false;
|
||||
|
Reference in New Issue
Block a user