mirror of
https://github.com/Ramaerel/emulatorjs-GameLibrary.git
synced 2026-02-06 10:56:54 +00:00
Bugfix
N64 wasn't being set properly for .z64 files. Fixed now.
This commit is contained in:
parent
1104de2402
commit
19a42d6979
@ -89,7 +89,7 @@
|
||||
$romdata[1] = "n64";
|
||||
break;
|
||||
case "z64";
|
||||
$romdata[1] = "z64";
|
||||
$romdata[1] = "n64";
|
||||
break;
|
||||
|
||||
//Visual Boy Formats
|
||||
|
||||
Loading…
Reference in New Issue
Block a user