This commit is contained in:
mileswa1q22
2024-10-14 23:29:34 +00:00
committed by GitHub
parent 35d8aab2f2
commit a52bb011ee
@@ -21,7 +21,7 @@
<script type="text/javascript" src="embed.js"></script>
<script>
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "nes", rom: "Pokemon - Yellow Version - Special Pikachu Edition (USA, Europe) (GBC,SGB Enhanced).zip"});
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "gda", rom: "Pokemon - Yellow Version - Special Pikachu Edition (USA, Europe) (GBC,SGB Enhanced).zip"});
document.getElementById("fullscreen").onclick = function() {
frame.requestFullscreen();
};