added emulator: n64

updated hs to align from left
This commit is contained in:
neon443
2024-10-06 19:54:51 +01:00
parent 8c639a271c
commit 66e1a617c4
16 changed files with 3327 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
var N64WASMSETTINGS = {
CLOUDSAVEURL: "",
SHOWADVANCED: false, //set this to true to enable importing of save files (eep, sra, fla)
SHOWOPTIONS: false //set this to true to add options for reset and toggling fps
}