This commit is contained in:
mileswa1q22
2024-11-21 15:30:04 +00:00
committed by GitHub
parent e22087c4f1
commit 01d3574159
4 changed files with 38 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@@ -328,6 +328,11 @@ const mainContentData = [
image: "assets/yoshey64.jpeg",
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/n64test/youshey.html",
},
{
name: "youshey 64",
image: "assets/papermoaro.jpeg",
link: "/wedrowemdlemtest/webretro-master/webretro-master/embed/n64test/papermaro.html",
},
];
mainContentData.forEach(item => {
@@ -0,0 +1,33 @@
<div class="game">
<div id='game'></div>
</div>
<script type='text/javascript'>
EJS_player = '#game';
EJS_core = 'n64';
EJS_gameUrl = 'papermaro.n64';
EJS_pathtodata = 'https://cdn.emulatorjs.org/latest/data/';
</script>
<script src='https://cdn.jsdelivr.net/gh/ethanaobrien/emulatorjs@main/data/loader.js'></script>
<style>
.game {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
#game {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
</style>