mirror of
https://github.com/suchmememanyskill/TegraScript.git
synced 2025-04-29 14:19:28 -04:00
Add the option Emummc SYSTEM
This commit is contained in:
parent
b349e65917
commit
fa07b0651e
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ partNames.foreach("x"){
|
||||||
}
|
}
|
||||||
|
|
||||||
if (emu()){
|
if (emu()){
|
||||||
menuOptions.add("Emummc " + x)
|
partNames.foreach("x"){
|
||||||
|
menuOptions.add("Emummc " + x)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
res = menu(menuOptions, 0)
|
res = menu(menuOptions, 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue