Merge pull request #20 from team-racoon/master

Add the option Emummc SYSTEM in the correct place
This commit is contained in:
suchmememanyskill 2023-09-26 14:44:02 +02:00 committed by GitHub
commit 31ef417dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)