mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-09 23:11:10 +13:00
tools/unnamed.py supports rgbds 0.4.1 object files
This commit is contained in:
parent
ba00264d8a
commit
e7969293d3
|
|
@ -81,7 +81,7 @@ for objfile in objects:
|
|||
elif magic == b'RGB9':
|
||||
obj_ver = 10 + unpack_file("<I", f)[0]
|
||||
|
||||
if obj_ver not in [6, 10, 11, 12, 13]:
|
||||
if obj_ver not in [6, 10, 11, 12, 13, 15]:
|
||||
print("Error: File '%s' is of an unknown format." % objfile, file=stderr)
|
||||
exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue