You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux build of Arculator 2.1 has a couple of case errors when packaging its ROMs, causing Linux to miss the ROM as filenames are, by default, case-sensitive:
roms/podules/zidefs/ZIDEFSROM should be named roms/podules/zidefs/zidefsrom,
roms/podules/zidefs_a3k/ZIDEFSROM should be named roms/podules/zidefs_a3k/zidefsrom.
In addition, the roms/podules/zidefs_a3k/roms.txt file has the upper-case name in it, which should be lower-case. A pull request for this change is coming shortly!
The text was updated successfully, but these errors were encountered:
The Linux build of Arculator 2.1 has a couple of case errors when packaging its ROMs, causing Linux to miss the ROM as filenames are, by default, case-sensitive:
roms/podules/zidefs/ZIDEFSROM
should be namedroms/podules/zidefs/zidefsrom
,roms/podules/zidefs_a3k/ZIDEFSROM
should be namedroms/podules/zidefs_a3k/zidefsrom
.In addition, the
roms/podules/zidefs_a3k/roms.txt
file has the upper-case name in it, which should be lower-case. A pull request for this change is coming shortly!The text was updated successfully, but these errors were encountered: