We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651f8ce commit b979737Copy full SHA for b979737
frontend/js/index.js
@@ -192,8 +192,7 @@ function launch(active_item) {
192
gamePadType = 'simple';
193
} else if ((emulator == 'prboom') || (emulator == 'mednafen_psx') || (emulator == 'tyrquake') || (emulator == 'melonds') || (emulator == 'melonds_threaded')) {
194
gamePadType = 'modern';
195
- }
196
- } else if (emulator == 'mupen64plus_next') {
+ } else if (emulator == 'mupen64plus_next') {
197
gamePadType = 'n64';
198
}
199
0 commit comments