mirror of
https://github.com/suchmememanyskill/TegraScript.git
synced 2025-01-09 11:07:22 -03: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()){
|
||||
menuOptions.add("Emummc " + x)
|
||||
partNames.foreach("x"){
|
||||
menuOptions.add("Emummc " + x)
|
||||
}
|
||||
}
|
||||
|
||||
res = menu(menuOptions, 0)
|
||||
|
|
Loading…
Reference in a new issue