mirror of
https://github.com/suchmememanyskill/TegraScript.git
synced 2025-01-24 17:57:55 -03:00
Merge pull request #20 from team-racoon/master
Add the option Emummc SYSTEM in the correct place
This commit is contained in:
commit
31ef417dfb
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