From c889441848a1539dfdb46accd4beed14edf280a9 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines <863613+drhelius@users.noreply.github.com> Date: Sat, 10 May 2025 01:24:42 +0200 Subject: [PATCH] Add Geargrafx libretro core --- dist/info/geargrafx_libretro.info | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dist/info/geargrafx_libretro.info diff --git a/dist/info/geargrafx_libretro.info b/dist/info/geargrafx_libretro.info new file mode 100644 index 00000000..b2bb4bcb --- /dev/null +++ b/dist/info/geargrafx_libretro.info @@ -0,0 +1,22 @@ +# Software Information +display_name = "NEC - PC Engine / SuperGrafx (Geargrafx)" +authors = "Ignacio Sanchez" +supported_extensions = "pce|sgx|bin|rom" +corename = "Geargrafx" +categories = "Emulator" +license = "GPLv3" +permissions = "" +display_version = "1.4.0" + +# Hardware Information +manufacturer = "NEC" +systemname = "PC Engine/SuperGrafx" +systemid = "pc_engine" + +# Libretro Features +supports_no_game = "false" +database = "NEC - PC Engine SuperGrafx|NEC - PC Engine - TurboGrafx 16" +savestate = "true" +savestate_features = "deterministic" + +description = "Libretro version of the accurate Geargrafx emulator. This core supports PC Engine, TurboGrafx and SuperGrafx consoles. It faithfully emulates all of the hardware and is an excellent choice for emulating these consoles on a modern system." \ No newline at end of file