mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Support loading Zstandard-compressed ROMs (#1667)
This is different from the archive support in that the compressed ROMs are standalone files, rather than archives, making it possible to use them exactly as if they were regular ROMs, while saving a bunch of space on disk. This is supported both for DS and GBA ROMs, though given GBA ROMs' generally small size it's mostly useful for the former.
This commit is contained in:

committed by
GitHub

parent
4b170b94d5
commit
38b0d21c22
@ -39,6 +39,10 @@
|
||||
<string>srl</string>
|
||||
<string>dsi</string>
|
||||
<string>ids</string>
|
||||
<string>nds.zst</string>
|
||||
<string>srl.zst</string>
|
||||
<string>dsi.zst</string>
|
||||
<string>ids.zst</string>
|
||||
</array>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
@ -50,6 +54,8 @@
|
||||
<array>
|
||||
<string>gba</string>
|
||||
<string>agb</string>
|
||||
<string>gba.zst</string>
|
||||
<string>agb.zst</string>
|
||||
</array>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
|
Reference in New Issue
Block a user