Skip to content

Commit b979737

Browse files
committed
fix syntax bug
1 parent 651f8ce commit b979737

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/js/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ function launch(active_item) {
192192
gamePadType = 'simple';
193193
} else if ((emulator == 'prboom') || (emulator == 'mednafen_psx') || (emulator == 'tyrquake') || (emulator == 'melonds') || (emulator == 'melonds_threaded')) {
194194
gamePadType = 'modern';
195-
}
196-
} else if (emulator == 'mupen64plus_next') {
195+
} else if (emulator == 'mupen64plus_next') {
197196
gamePadType = 'n64';
198197
}
199198
}

0 commit comments

Comments
 (0)