From adff02d0b69c8701b658362875df2d8c3d2227fa Mon Sep 17 00:00:00 2001 From: 6lackmag3 Date: Tue, 26 Oct 2021 00:26:24 +0300 Subject: [PATCH] Update fceumm_libretro.info --- dist/info/fceumm_libretro.info | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dist/info/fceumm_libretro.info b/dist/info/fceumm_libretro.info index 7fed3311..84881bc0 100644 --- a/dist/info/fceumm_libretro.info +++ b/dist/info/fceumm_libretro.info @@ -30,13 +30,16 @@ disk_control = "false" database = "Nintendo - Nintendo Entertainment System|Nintendo - Family Computer Disk System" # BIOS / Firmware -firmware_count = 2 +firmware_count = 3 firmware0_desc = "disksys.rom (Family Computer Disk System BIOS)" firmware0_path = "disksys.rom" firmware0_opt = "true" firmware1_desc = "nes.pal (custom NES Palette)" firmware1_path = "nes.pal" firmware1_opt = "true" -notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a|(!) nes.pal must be located in system directory." +firmware2_desc = "gamegenie.nes (Game Genie add-on cartridge)" +firmware2_path = "gamegenie.nes" +firmware2_opt = "true" +notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a|(!) gamegenie.nes (md5): 7f98d77d7a094ad7d069b74bd553ec98|(!) nes.pal must be located in system directory." description = "FCEUmm libretro is based on the FCEUmm (mappers modified) fork of the FCEU emulator. It is very fast and supports many mappers, including those for weird, obscure bootleg carts. It is tightly integrated with libretro features, which makes it a good choice for users seeking advanced frontend functionality, such as runahead and rollback netplay. While most NES emulators are lightweight, FCEUmm's particularly low resource requirements make it a good option for mobile, low-power/embedded and console targets."