mirror of
https://github.com/SabreTools/wizzardRedux.git
synced 2026-02-04 05:36:18 +00:00
Fix deheader script based on standalone created for desktop
This commit is contained in:
@@ -110,7 +110,7 @@ else
|
||||
$has_header = ($lynxa == 1 || $lynxb == 1);
|
||||
break;
|
||||
case "nes":
|
||||
$nes = preg_match("/^.4E45531A/", $header);
|
||||
$nes = preg_match("/^4E45531A/", $header);
|
||||
|
||||
$has_header = ($nes == 1);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user