diff --git a/data/src/emulator.js b/data/src/emulator.js index 918e680..359b231 100644 --- a/data/src/emulator.js +++ b/data/src/emulator.js @@ -2848,7 +2848,7 @@ class EmulatorJS { { id: 22, label: this.localization("R STICK DOWN") }, { id: 21, label: this.localization("R STICK LEFT") }, { id: 20, label: this.localization("R STICK RIGHT") }, - ]; + ]; } else { buttons = [ { id: 0, label: this.localization("B") }, @@ -7266,4 +7266,4 @@ class EmulatorJS { }) } } -window.EmulatorJS = EmulatorJS; \ No newline at end of file +window.EmulatorJS = EmulatorJS;