From a180772ec89ce405f7ae353a8de3eeaf303432c8 Mon Sep 17 00:00:00 2001 From: Jason Tomsic Date: Fri, 11 Jun 2021 16:35:23 -0400 Subject: [PATCH] moonlight: add core info for switch running lakka --- dist/info/moonlight_libretro.info | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dist/info/moonlight_libretro.info diff --git a/dist/info/moonlight_libretro.info b/dist/info/moonlight_libretro.info new file mode 100644 index 00000000..c85e0fd4 --- /dev/null +++ b/dist/info/moonlight_libretro.info @@ -0,0 +1,21 @@ +# Software Information - Information about the core software itself +display_name = "Moonlight" +categories = "Streaming client" +authors = "Rock88" +corename = "Moonlight" +license = "GPLv3" +display_version = "1.0.3" + +# Hardware Information - Information about the hardware the core supports (when applicable) +manufacturer = "NVIDIA" +systemname = "Moonlight" + +# Libretro Features - The libretro API features the core supports. Useful for sorting cores +savestate = "false" +cheats = "false" +supports_no_game = "true" +hw_render = "true" +is_experimental = "true" + +# Descriptive text, useful for tooltips, etc. +description = "A port of the NVIDIA streaming client Moonlight. Currently only tested using Lakka running on Nintendo Switch."