View Source · About · Changelog URL: https://js-emulators.github.io/desmond/ Fetched 15.01 KB in 0.039195 seconds Don’t wrap lines · Tidy markup

Desmond

Embed a Nintendo DS emulator easily. (Embeddable version of DeSmuME-wasm)

Usage

<html>
<body>
<desmond-player id="player"></desmond-player>
<script src="desmond.min.js"></script>
<script>
window.onload = function(){
document.getElementById("player").loadURL("path-to-game.nds");
}
</script>
</body>
</html>

Demo

Firmware/Home Screen Demo (supports less games as it is using outdated firmware and is just for showcasing purposes)

Enable Microphone

View Source was made with <3 by Neatnik.