From bdc65bfd9180ec8cb77c28f7b3ab99ccb887a019 Mon Sep 17 00:00:00 2001 From: Benjamin Levy <7348004+io12@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:42:36 -0400 Subject: [PATCH] Add QEMU core info file --- dist/info/qemu_libretro.info | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dist/info/qemu_libretro.info diff --git a/dist/info/qemu_libretro.info b/dist/info/qemu_libretro.info new file mode 100644 index 00000000..7928c363 --- /dev/null +++ b/dist/info/qemu_libretro.info @@ -0,0 +1,26 @@ +# Software Information +display_name = "QEMU" +authors = "QEMU devs|io12" +supported_extensions = "qemu_cmd_line|iso|img|qcow|qcow2" +corename = "QEMU" +categories = "Emulator" +license = "GPLv2" +permissions = "" +display_version = "0.1.0" + +# Libretro Features +supports_no_game = "false" +savestate = "false" +libretro_saves = "false" +cheats = "false" +input_descriptors = "false" +memory_descriptors = "false" +core_options = "false" +load_subsystem = "false" +hw_render = "false" +needs_fullpath = "true" +disk_control = "false" +is_experimental = "true" +needs_kbd_mouse_focus = "true" + +description = "A port of the QEMU emulator to libretro."