From afdb3695465260a10e894eddc9a10205e143254d Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:54:43 +0100 Subject: [PATCH] Create dirksimple_libretro.info --- dist/info/dirksimple_libretro.info | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dist/info/dirksimple_libretro.info diff --git a/dist/info/dirksimple_libretro.info b/dist/info/dirksimple_libretro.info new file mode 100644 index 00000000..9754af3c --- /dev/null +++ b/dist/info/dirksimple_libretro.info @@ -0,0 +1,25 @@ +# Software Information +display_name = "Laserdisc arcade game (DirkSimple)" +authors = "Ryan C. Gordon" +supported_extensions = "ogv|dirksimple" +corename = "DirkSimple" +categories = "Emulator" +license = "zlib" +permissions = "" +display_version = "0.2" + +# Hardware Information +# even within Dragon's Lair 1, the European version had a different publisher with a totally different cabinet and laserdisc player. +manufacturer = "various" +systemname = "Laserdisc arcade game" +systemid = "laserdisc" + +# Libretro Features +supports_no_game = "false" +savestate = "true" +savestate_features = "serialized" +cheats = "false" +hw_render = "false" +notes = "DirkSimple plays laserdisc arcade games, like Dragon's Lair. The games are not emulated ROMs, but reimplemented in Lua, and using an Ogg Theora video of the laserdisc's contents." + +description = "A player of laserdisc arcade games."