mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
emummc: sanitize raw image file find loop (thanks @AnalogMan)
This commit is contained in:
parent
dfcba5e6d4
commit
7c37b7497b
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ static bool nxboot_configure_emummc(exo_emummc_config_t *exo_emummc_config) {
|
|||
part_limit = get_file_size(emummc_rawnand_path);
|
||||
}
|
||||
num_parts++;
|
||||
} else {
|
||||
/* No more image files. */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue