Skip to content

Commit

Permalink
Merge pull request EasyRPG#3322 from aidatorajiro/patch-2
Browse files Browse the repository at this point in the history
Emscripten: fix typo in emscripten-shell.html
  • Loading branch information
Ghabry authored Jan 6, 2025
2 parents 4ab1f87 + a60c972 commit 7976386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/emscripten/emscripten-shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@

/** @type {{[key: number]: Gamepad}} */
let gamepads = {};
const haveEvents = 'ongamepadonnected' in window;
const haveEvents = 'ongamepadconnected' in window;

function addGamepad(gamepad) {
if (gamepad == undefined) {
Expand Down

0 comments on commit 7976386

Please sign in to comment.