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) }