mirror of
https://github.com/Ramaerel/emulatorjs-GameLibrary.git
synced 2026-02-06 10:56:54 +00:00
Update play.php
change to cdn
This commit is contained in:
parent
b2069430ed
commit
20f42e433f
4
play.php
4
play.php
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user