Skip to content

Commit

Permalink
caught a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Sep 21, 2024
1 parent d8576ab commit 0ae9f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp_tool/archives/mame.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def from_stream(cls, stream: io.BytesIO) -> Chd:
# --- cdlz: (LZMA, Deflate), cdzl: (Deflate,) * 2, cdzs: (Zstandard,) * 2
# -- chd_lzma_decompressor::decompress | lzma/C/LzmaDec.h | import lzma
# -- chd_zlib_decompressor::decompress | <zlib.h> | import zlib
# -- chd_zstd_decompressor::decompress | <zstd.h> | pip install zstandard (+ cffi) => import zstandard
# -- chd_zstd_decompressor::decompress | <zstd.h> | pip install zstandard (+ cffi) => import zstandard
else:
# TODO: need an uncompressed .chd to test
raise NotImplementedError("Cannot parse uncompressed Map")
Expand Down

0 comments on commit 0ae9f29

Please sign in to comment.