From 38b0d21c22cb246ebaa1f099fc0d3cd4261fa983 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Fri, 28 Apr 2023 19:19:58 +0200 Subject: 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. --- res/melon.plist.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/melon.plist.in') 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 @@ srl dsi ids + nds.zst + srl.zst + dsi.zst + ids.zst CFBundleTypeRole Viewer @@ -50,6 +54,8 @@ gba agb + gba.zst + agb.zst CFBundleTypeRole Viewer -- cgit v1.2.3