Add the option Emummc SYSTEM

This commit is contained in:
Borrajo 2023-09-19 12:33:20 -03:00
parent b349e65917
commit fa07b0651e
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ partNames.foreach("x"){
}
if (emu()){
menuOptions.add("Emummc " + x)
partNames.foreach("x"){
menuOptions.add("Emummc " + x)
}
}
res = menu(menuOptions, 0)