mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00: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
@ -151,6 +151,7 @@ function startRetroArch()
|
|||||||
document.getElementById("btnFullscreen").disabled = false;
|
document.getElementById("btnFullscreen").disabled = false;
|
||||||
|
|
||||||
Module['callMain'](Module['arguments']);
|
Module['callMain'](Module['arguments']);
|
||||||
|
Module['resumeMainLoop']();
|
||||||
document.getElementById('canvas').focus();
|
document.getElementById('canvas').focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user