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