mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
tweak to ensure that current versions of emsdk do not break the web player (#13310)
This commit is contained in:
parent
ce8a3db4dc
commit
1fc6f759c5
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ function startRetroArch()
|
|||
document.getElementById("btnFullscreen").disabled = false;
|
||||
|
||||
Module['callMain'](Module['arguments']);
|
||||
Module['resumeMainLoop']();
|
||||
document.getElementById('canvas').focus();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue