From 3c5562f24ca1bc1d38420d886d5f43858d70d76d Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Sat, 9 Jul 2016 20:23:40 +0200 Subject: [PATCH] Add info for Uzebox (Uzem) emulator core. This is for the Uzem emulator. Uzebox is a retro-minimalist 8-bit open source game console (http://uzebox.org). The libretro port is at https://github.com/t-paul/uzebox/tree/libretro --- dist/info/uzem_libretro.info | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dist/info/uzem_libretro.info diff --git a/dist/info/uzem_libretro.info b/dist/info/uzem_libretro.info new file mode 100644 index 00000000..3c38792f --- /dev/null +++ b/dist/info/uzem_libretro.info @@ -0,0 +1,9 @@ +display_name = "Uzebox (Uzem)" +supported_extensions = "uze" +corename = "uzem" +manufacturer = "Uzebox" +categories = "Emulator" +systemname = "Uzebox" +database = "Uzebox" +license = "MIT" +supports_no_game = "false"