N64 wasn't being set properly for .z64 files. Fixed now.
This commit is contained in:
Ramaerel 2022-07-27 10:40:35 +10:00
parent 1104de2402
commit 19a42d6979

View File

@ -89,7 +89,7 @@
$romdata[1] = "n64";
break;
case "z64";
$romdata[1] = "z64";
$romdata[1] = "n64";
break;
//Visual Boy Formats