From 7261be562ea1db4b5ee6fc0bb881fd2daae7465a Mon Sep 17 00:00:00 2001 From: MajesticWafer <123651667+MajesticWafer@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:07:17 -0400 Subject: [PATCH] Update app.js --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index fee2e2c..b12b5a9 100644 --- a/app.js +++ b/app.js @@ -174,7 +174,6 @@ function emuRunFrame() { keyMask |= 1 << 14 } - if (config.powerSave) { Module._runFrame(0, keyMask, touched, touchX, touchY) }