aboutsummaryrefslogtreecommitdiff
path: root/res/melon.plist.in
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2023-04-28 19:19:58 +0200
committerGitHub <noreply@github.com>2023-04-28 19:19:58 +0200
commit38b0d21c22cb246ebaa1f099fc0d3cd4261fa983 (patch)
tree6e3f796bdcaf1cbfa3f163663c048ddad039ff78 /res/melon.plist.in
parent4b170b94d55d99e8ee9fb8803d9665fdfc2267ae (diff)
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.
Diffstat (limited to 'res/melon.plist.in')
-rw-r--r--res/melon.plist.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/melon.plist.in b/res/melon.plist.in
index 4c87eb9..3cfa397 100644
--- a/res/melon.plist.in
+++ b/res/melon.plist.in
@@ -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>