From 984e1c67b7e21bb013d3c45141c4a0a41d48ac84 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Sun, 31 Mar 2024 14:59:48 -0400 Subject: [PATCH] Create a new `.info` file --- dist/info/mcsoftserve_libretro.info | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dist/info/mcsoftserve_libretro.info diff --git a/dist/info/mcsoftserve_libretro.info b/dist/info/mcsoftserve_libretro.info new file mode 100644 index 000000000..3afd94c19 --- /dev/null +++ b/dist/info/mcsoftserve_libretro.info @@ -0,0 +1,26 @@ +# Software Information +display_name = "McSoftServe" +display_version = "1.0.0" +description = "An experimental libretro core for the Taylor C713 soft-serve ice cream machine, popularized by a well-known American fast food chain. Provides an accurate user experience without the need for firmware dumps." +authors = "Jesse Talavera" +categories = "Emulator" +corename = "mcsoftserve" +license = "MIT" + +# Hardware Information +manufacturer = "Taylor" +systemname = "C713" +systemid = "taylor" + +# Libretro Features +cheats = "false" +core_options = "false" +hw_render = "false" +input_descriptors = "false" +is_experimental = "false" +libretro_saves = "false" +load_subsystem = "false" +needs_fullpath = "false" +savestate = "false" +single_purpose = "true" +supports_no_game = "true"