From f37416b5a92c3f385e5dc6ca74b7a3204105877b Mon Sep 17 00:00:00 2001 From: MajesticWafer <123651667+MajesticWafer@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:41:21 -0500 Subject: [PATCH] Update app.js --- app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 188a4e9..bd10dc1 100644 --- a/app.js +++ b/app.js @@ -319,7 +319,8 @@ function emuStart() { if (!emuIsGameLoaded) { return } - console.log('Start!!!') + console.log('Starting emulation!') + showMsg('Starting emulation, hang tight!') emuIsRunning = true uiSwitchTo('player') } @@ -435,7 +436,7 @@ function uiSwitchTo(mode) { emuIsRunning = false if (mode == 'player') { - body.style = 'background-color: black;touch-action: none;' + body.style = 'touch-action: none;' html.style = 'position: fixed;overflow:hidden;touch-action: none;' for (var i = 0; i < 14; i++) { emuKeyState[i] = false