mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Actually use rgbds 0.5.0
This commit is contained in:
parent
dd690920c9
commit
955e4eddf8
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,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, 15, 16]:
|
||||
if obj_ver not in [6, 10, 11, 12, 13, 15, 16, 17]:
|
||||
print("Error: File '%s' is of an unknown format." % objfile, file=stderr)
|
||||
exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue