ds ga mes :p!

This commit is contained in:
a456pur 2024-03-07 16:22:40 +10:00
parent 309d841642
commit 3e7377ce1b
10 changed files with 125 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Animal Crossing: Wild World</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Animal Crossing - Wild World (USA) (Rev 1).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Kart DS</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Mario Kart DS (USA) (En,Fr,De,Es,It).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Mario Party DS</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "1704 - Mario Party DS (Europe) (En,Fr,De,Es,It).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

Binary file not shown.

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Nintendogs</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Nintendogs - Best Friends (USA).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>

View File

@ -0,0 +1,25 @@
<html>
<head>
<script src="/js/all.js"></script>
<title>Super Mario 64 DS</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Super Mario 64 DS (USA) (Rev 1).nds";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</html>