From 0d3ed21f19b15a7512af08818df8d851a88c5212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Sat, 1 Apr 2023 12:44:01 +0200 Subject: [PATCH] Add uw8 --- dist/info/uw8_libretro.info | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dist/info/uw8_libretro.info diff --git a/dist/info/uw8_libretro.info b/dist/info/uw8_libretro.info new file mode 100644 index 00000000..4b1736d6 --- /dev/null +++ b/dist/info/uw8_libretro.info @@ -0,0 +1,35 @@ +# Software Information +display_name = "MicroW8" +authors = "exoticorn" +supported_extensions = "uw8|wasm" +corename = "MicroW8" +license = "The Unlicense" +permissions = "" +display_version = "0.2.2" +categories = "Game engine" + +# Hardware Information +systemname = "MicroW8" +systemid = "uw8" + +# Libretro Features +supports_no_game = "false" +savestate = "true" +savestate_features = "deterministic" +cheats = "false" +input_descriptors = "false" +memory_descriptors = "false" +libretro_saves = "false" +core_options = "false" +core_options_version = "1.0" +load_subsystem = "false" +hw_render = "false" +needs_fullpath = "false" +disk_control = "false" +database = "MicroW8" + +# BIOS / Firmware +firmware_count = 0 +notes = "(!) Homepage: https://exoticorn.github.io/microw8/" + +description = "MicroW8 is a WebAssembly based fantasy console usable for size-coding or larger games."