From 76a7877d5a36eaee4bf5938e7cb8c7b22f07ff9d Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sun, 25 Sep 2022 19:36:45 -0400 Subject: [PATCH] info: Add PuzzleScript .info file for pzretro [pzretro](https://github.com/nwhitehead/pzretro) is a libretro core for running [PuzzleScript](https://www.puzzlescript.net/) games. --- dist/info/puzzlescript_libretro.info | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dist/info/puzzlescript_libretro.info diff --git a/dist/info/puzzlescript_libretro.info b/dist/info/puzzlescript_libretro.info new file mode 100644 index 00000000..7276154a --- /dev/null +++ b/dist/info/puzzlescript_libretro.info @@ -0,0 +1,30 @@ +# Software Information +display_name = "PuzzleScript (pzretro)" +categories = "Game engine" +authors = "Nathan Whitehead" +corename = "puzzlescript" +supported_extensions = "pz" +license = "MIT" +permissions = "" + +# Hardware Information +systemname = "PuzzleScript" +systemid = "puzzlescript" + +# Libretro Features +savestate = "false" +savestate_features = "deterministic" +cheats = "false" +input_descriptors = "true" +memory_descriptors = "false" +libretro_saves = "false" +core_options = "true" +core_options_version = "1.3" +load_subsystem = "false" +supports_no_game = "false" +database = "PuzzleScript" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false" + +description = "Plays PuzzleScript games"