Skip to content

Commit

Permalink
Merge pull request #1854 from io12/qemu
Browse files Browse the repository at this point in the history
Add QEMU core info file
  • Loading branch information
fpscan authored Oct 19, 2024
2 parents 4f64ed8 + bdc65bf commit e491166
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dist/info/qemu_libretro.info
Original file line number Diff line number Diff line change
@@ -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."

0 comments on commit e491166

Please sign in to comment.