From f07463b2d1a7720ee9d6808848f3814ce4f47451 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Wed, 26 Mar 2025 21:11:26 +0100 Subject: [PATCH] EasyRPG: Add LZH archive format as a supported file extension --- dist/info/easyrpg_libretro.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/info/easyrpg_libretro.info b/dist/info/easyrpg_libretro.info index 3c3f37e4..859ccbbc 100644 --- a/dist/info/easyrpg_libretro.info +++ b/dist/info/easyrpg_libretro.info @@ -1,7 +1,7 @@ # Software Information display_name = "RPG Maker 2000/2003 (EasyRPG)" authors = "EasyRPG team" -supported_extensions = "ldb|zip|easyrpg" +supported_extensions = "ldb|zip|lzh|easyrpg" corename = "EasyRPG Player" categories = "Game engine" license = "GPLv3"