From 1bfbfa076d728ccffd6cfed6adfb030909dc2e96 Mon Sep 17 00:00:00 2001 From: hunterk Date: Wed, 29 Apr 2020 17:06:43 -0500 Subject: [PATCH] add supafaust info file --- dist/info/supafaust_libretro.info | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dist/info/supafaust_libretro.info diff --git a/dist/info/supafaust_libretro.info b/dist/info/supafaust_libretro.info new file mode 100644 index 00000000..47e219c6 --- /dev/null +++ b/dist/info/supafaust_libretro.info @@ -0,0 +1,30 @@ +# Software Information +display_name = "Nintendo - SNES / SFC (Supafaust)" +categories = "Emulator" +authors = "Mednafen team" +corename = "Supafaust" +supported_extensions = "smc|fig|sfc|gd3|gd7|dx2|bsx|swc" +license = "GPLv2+" +permissions = "" +display_version = "Apr 26 2020" + +# Hardware Information +manufacturer = "Nintendo" +systemname = "Super Nintendo Entertainment System" +systemid = "super_nes" + +# Libretro Features +savestate = "true" +savestate_features = "deterministic" +cheats = "true" +input_descriptors = "true" +memory_descriptors = "true" +libretro_saves = "true" +core_options = "true" +core_options_version = "1.0" +load_subsystem = "false" +supports_no_game = "false" +database = "Nintendo - Super Nintendo Entertainment System|Nintendo - Super Nintendo Entertainment System Hacks" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false"