Update play.php

change to cdn
This commit is contained in:
Ramaerel 2024-04-27 16:55:06 -07:00 committed by GitHub
parent b2069430ed
commit 20f42e433f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@
EJS_core = '$console';
$bios
EJS_gameUrl = './roms/".$_GET['game']."';
EJS_pathtodata = 'data/';");
EJS_pathtodata = 'https://cdn.emulatorjs.org/stable/data/';");
?>
EJS_onSaveState = function(data) {
@ -162,6 +162,6 @@
xhr.send();
};
</script>
<script src='data/loader.js'></script>
<script src='https://cdn.emulatorjs.org/stable/data/loader.js'></script>
</body>
</html>