1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-23 04:12:02 +00:00
This commit is contained in:
Michael Scire 2019-06-17 14:47:45 -07:00
commit c60ee15449

View file

@ -285,6 +285,9 @@ static bool nxboot_configure_emummc(exo_emummc_config_t *exo_emummc_config) {
part_limit = get_file_size(emummc_rawnand_path); part_limit = get_file_size(emummc_rawnand_path);
} }
num_parts++; num_parts++;
} else {
/* No more image files. */
break;
} }
} }