Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticWafer authored Jan 12, 2024
1 parent 8afbc65 commit f37416b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f37416b

Please sign in to comment.