tweak to ensure that current versions of emsdk do not break the web player (#13310)

This commit is contained in:
Ryan Kuba 2021-12-03 10:20:12 -05:00 committed by GitHub
parent ce8a3db4dc
commit 1fc6f759c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,7 @@ function startRetroArch()
document.getElementById("btnFullscreen").disabled = false;
Module['callMain'](Module['arguments']);
Module['resumeMainLoop']();
document.getElementById('canvas').focus();
}