From f07463b2d1a7720ee9d6808848f3814ce4f47451 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Wed, 26 Mar 2025 21:11:26 +0100 Subject: [PATCH 1/2] 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" From 28c79b8ae0ac60da02e34c7afb62cdd23c5de99b Mon Sep 17 00:00:00 2001 From: Ghabry Date: Wed, 26 Mar 2025 21:12:46 +0100 Subject: [PATCH 2/2] EasyRPG Player: Bump to 0.8.1 --- 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 859ccbbc..d057e86e 100644 --- a/dist/info/easyrpg_libretro.info +++ b/dist/info/easyrpg_libretro.info @@ -6,7 +6,7 @@ corename = "EasyRPG Player" categories = "Game engine" license = "GPLv3" permissions = "" -display_version = "0.8.0.0" +display_version = "0.8.1.0" # Hardware Information systemname = "RPG Maker 2000/2003 Game Engine"