diff --git a/dist/info/doukutsu_rs_libretro.info b/dist/info/doukutsu_rs_libretro.info new file mode 100644 index 000000000..6e40973b9 --- /dev/null +++ b/dist/info/doukutsu_rs_libretro.info @@ -0,0 +1,32 @@ +# Software Information +display_name = "Cave Story (drs)" +authors = "Alula|Dr. Glaucous" +supported_extensions = "exe|dll|so" +corename = "doukutsu-rs" +categories = "Game" +license = "MIT" +permissions = "" +display_version = "1.2.0 - 0.101.0" + +# Hardware Information +systemname = "Cave Story Game Engine" +systemid = "doukutsu-rs" + +# Libretro Features +database = "Cave Story" +supports_no_game = "true" +single_purpose = "true" +savestate = "false" +cheats = "false" +input_descriptors = "true" +memory_descriptors = "false" +libretro_saves = "true" +core_options = "true" +load_subsystem = "false" +hw_render = "true" +needs_fullpath = "true" +disk_control = "false" +is_experimental = "false" +notes = "(!) drs requires data ROM 'Cave Story (en).zip'.|(!) Load Content 'Doukutsu.exe', Also works with all other ports of CS" + +description = "An open-source reimplementation of the Cave Story / Doukutsu engine, ported to libretro. This core requires users to load the freeware Doukutsu.exe as content so the core can access the game assets stored inside."