diff --git a/data/emulator.js b/data/emulator.js index f420fd1..0b32164 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -1904,7 +1904,7 @@ class EmulatorJS { }) this.addEventListener(this.canvas, "click", (e) => { if (e.pointerType === "touch") return; - if (this.getCore(true) === "nds" && !this.paused) { + if (!this.paused) { if (this.canvas.requestPointerLock) { this.canvas.requestPointerLock(); } else if (this.canvas.mozRequestPointerLock) {