mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #7798 from ShFil119/impr/empty
Use empty instead of size
This commit is contained in:
@ -474,7 +474,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