Merge branch 'master' of https://github.com/libretro/libretro-super into master

This commit is contained in:
twinaphex 2020-10-22 16:16:13 +02:00
commit 1ec12eedfe
23 changed files with 175 additions and 90 deletions

View File

@ -26,7 +26,7 @@ core_options = "true"
core_options_version = "1.0"
load_subsystem = "false"
hw_render = "true"
required_hw_api = "OpenGL >= 2.0"
required_hw_api = "OpenGL >= 2.0 | OpenGL Core >= 3.1"
needs_fullpath = "true"
disk_control = "false"
is_experimental = "false"

View File

@ -26,7 +26,7 @@ core_options = "true"
core_options_version = "1.0"
load_subsystem = "false"
hw_render = "true"
required_hw_api = "OpenGL Core >= 3.3 | OpenGL ES >= 3.0 | Vulkan >= 1.0 | Direct3D >= 10.0"
required_hw_api = "OpenGL >= 3.0 | OpenGL Core >= 3.3 | OpenGL ES >= 3.0 | Vulkan >= 1.0 | Direct3D >= 10.0"
needs_fullpath = "true"
disk_control = "false"
is_experimental = "false"

View File

@ -23,3 +23,5 @@ firmware2_path = "scph5502.bin"
firmware2_opt = "true"
notes = "(!) scph5500.bin (md5): 8dd7d5296a650fac7319bce665a6a53c|(!) scph5501.bin (md5): 490f666e1afb15b7362b406ed1cea246|(!) scph5502.bin (md5): 32736f17079d0b2b7024407c39bd3050| This core also supports No-Intro BIOS images."
description = "DuckStation is a totally new PlayStation 1 (aka PSX) emulator focusing on playability, speed, and long-term maintainability. Accuracy is not the main focus of the emulator, but the goal is to be as accurate as possible while maintaining performance suitable for low-end devices. "Hack" options are discouraged, the default configuration should support all playable games with only some of the enhancements having compatibility issues. A "BIOS" ROM image is required to start the emulator and to play games. You can use an image from any hardware version or region, although mismatching game regions and BIOS regions may have compatibility issues. A ROM image is not provided with the emulator for legal reasons, you should dump this from your own console using Caetla or other means. DuckStation includes hardware rendering (OpenGL, Vulkan and D3D11), upscaling and 24-bit color and a 64-bit dynarec."
hw_render = "true"
required_hw_api = "OpenGL >= 3.0 | OpenGL Core >= 3.1 | Vulkan >= 1.0 | Direct3D >= 11.0"

View File

@ -37,4 +37,5 @@ firmware7_desc = "dc/awbios.zip (Atomiswave BIOS from MAME)"
firmware7_path = "dc/awbios.zip"
firmware7_opt = "true"
notes = "(!) dc_boot.bin (md5): e10c53c2f8b90bab96ead2d368858623|(!) dc_flash.bin (md5): 0a93f7940c455905bea6e392dfde92a4|(!) naomi.zip|(!) hod2bios.zip|(!) f355dlx.zip|(!) f355bios.zip|(!) airlbios.zip|(!) awbios.zip"
required_hw_api = "OpenGL Core >= 3.0 | OpenGL ES >= 2.0"
hw_render = "true"
required_hw_api = "OpenGL >= 3.0 | OpenGL Core >= 3.1 | OpenGL ES >= 2.0"

View File

@ -26,7 +26,7 @@ core_options = "true"
core_options_version = "1.0"
load_subsystem = "false"
hw_render = "true"
required_hw_api = "OpenGL Core >= 3.3 | OpenGL ES >= 3.0 | Vulkan >= 1.0 | Direct3D >= 10.0"
required_hw_api = "OpenGL >= 3.0 | OpenGL Core >= 3.3 | OpenGL ES >= 3.0 | Vulkan >= 1.0 | Direct3D >= 10.0"
needs_fullpath = "true"
disk_control = "false"
is_experimental = "false"

View File

@ -25,5 +25,6 @@ firmware3_desc = "mpr-19367-mx.ic1 (Ultraman: Hikari no Kyojin Densetsu ROM Cart
firmware3_path = "mpr-19367-mx.ic1"
firmware3_opt = "true"
notes = "(!) saturn_bios.bin (md5): af5828fdff51384f99b3c4926be27762|(!) stvbios.zip|(!) mpr-18811-mx.ic1 (md5): 255113ba943c92a54facd25a10fd780c|(!) mpr-19367-mx.ic1 (md5): 1cd19988d1d72a3e7caa0b73234c96b4"
required_hw_api = "OpenGL Core >= 3.3"
hw_render = "true"
required_hw_api = "OpenGL Core >= 4.2"

View File

@ -23,3 +23,5 @@ firmware2_path = "scph5502.bin"
firmware2_opt = "true"
notes = "(!) scph5500.bin (md5): 8dd7d5296a650fac7319bce665a6a53c|(!) scph5501.bin (md5): 490f666e1afb15b7362b406ed1cea246|(!) scph5502.bin (md5): 32736f17079d0b2b7024407c39bd3050"
description = "A significantly modified fork of Mednafen's Playstation emulator, this core differs from the non-HW version by providing GPU-accelerated renderers for OpenGL and Vulkan. These renderers provide increased internal resolution for smooth, high-res polygons with minimal performance impact, texture filtering and other cosmetic changes. Both varieties of Beetle-PSX are more accurate than PCSX-ReARMed but also significantly slower, so they are generally a better choice for higher-specced devices that can benefit from the additional features and accuracy while maintaining full speed. The Beetle-PSX cores are also very particular about requiring BIOS images, so make sure you have the correct BIOS files available and make sure they are named exactly as the core expects."
hw_render = "true"
required_hw_api = "OpenGL Core >= 3.3 | Vulkan >= 1.0"

View File

@ -22,3 +22,5 @@ firmware2_desc = "bios9.bin (ARM9 BIOS)"
firmware2_path = "bios9.bin"
firmware2_opt = "false"
notes = "(!) firmware.bin (md5): 145eaef5bd3037cbc247c213bb3da1b3|(!) bios7.bin (md5): df692a80a5b1bc90728bc3dfc76cd948|(!) bios9.bin (md5): a392174eb3e572fed6447e956bde4b25"
hw_render = "true"
required_hw_api = "OpenGL Core >= 3.1"

View File

@ -11,4 +11,5 @@ license = "GPLv2"
permissions = "dynarec_optional"
display_version = "1.0"
supports_no_game = "false"
hw_render = "true"
required_hw_api = "OpenGL Core >= 3.3 | OpenGL ES >= 2.0"

View File

@ -10,4 +10,5 @@ license = "2-clause BSD"
permissions = ""
display_version = "v1"
supports_no_game = "false"
required_hw_api = "OpenGL Core >= 3.1 | OpenGL ES >= 2.0"
hw_render = "true"
required_hw_api = "OpenGL >= 3.0 | OpenGL ES >= 2.0"

View File

@ -16,3 +16,5 @@ firmware0_desc = "64DD_IPL.bin (64DD IPL ROM)"
firmware0_path = "64DD_IPL.bin"
firmware0_opt = "true"
notes = "(!) 64DD_IPL.bin (md5): 8d3d9f294b6e174bc7b1d2fd1c727530"
hw_render = "true"
required_hw_api = "OpenGL >= 3.0 | OpenGL ES >= 2.0 | Vulkan >= 1.0"

View File

@ -16,4 +16,5 @@ firmware0_desc = "ppge_atlas.zim (PPSSPP Data ROM)"
firmware0_path = "PPSSPP/ppge_atlas.zim"
firmware0_opt = "false"
notes = "(!) ppge_atlas.zim (md5): a93fc411c1ce7d001a2a812643c70085|(!) PPSSPP requires the asset files, lang folder, and flash0 folder inside the 'system\PPSSPP' directory.|(!) Check https://docs.libretro.com/library/ppsspp/#bios to find out how to get the assets files."
required_hw_api = "OpenGL Core >= 3.1 | OpenGL ES >= 2.0 | Vulkan >= 1.0 | Direct3D11 >= 11.0"
hw_render = "true"
required_hw_api = "OpenGL >= 3.0 | OpenGL Core >= 3.1 | OpenGL ES >= 2.0 | Vulkan >= 1.0 | Direct3D11 >= 11.0"

View File

@ -1,15 +1,24 @@
display_name = "Commodore - Amiga (P-UAE)"
authors = "GnoStiC"
supported_extensions = "adf|adz|dms|fdi|ipf|hdf|hdz|lha|cue|ccd|nrg|mds|iso|uae|m3u|zip"
corename = "PUAE"
manufacturer = "Commodore"
# Software Information
display_name = "Commodore - Amiga (PUAE)"
categories = "Emulator"
systemname = "Commodore Amiga"
systemid = "amiga"
authors = "UAE Team"
corename = "PUAE"
supported_extensions = "adf|adz|dms|fdi|ipf|hdf|hdz|lha|slave|info|cue|ccd|nrg|mds|iso|uae|m3u|zip"
license = "GPLv2"
permissions = ""
display_version = "v2.6.1"
supports_no_game = "false"
description = "Portable Universal Amiga Emulator"
# Hardware Information
manufacturer = "Commodore"
systemname = "Amiga"
systemid = "commodore_amiga"
# Libretro Features
database = "Commodore - Amiga"
supports_no_game = "true"
# Firmware
firmware_count = 6
firmware0_desc = "kick34005.A500 (Amiga 500 BIOS, Kickstart v1.3 Rev. 34.005)"
firmware0_path = "kick34005.A500"

View File

@ -1,16 +1,24 @@
# Software Information
display_name = "Commodore - C128 (VICE x128)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE x128"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "C128"
systemid = "commodore_128"
database = "Commodore - C128"
authors = "VICE Team"
corename = "VICE x128"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - C128"
# Hardware Information
manufacturer = "Commodore"
systemname = "C128"
systemid = "commodore_c128"
# Libretro Features
database = "Commodore - 64"
supports_no_game = "true"
# Firmware
firmware_count = 5
firmware0_desc = "vice/JiffyDOS_C128.bin (JiffyDOS C128 Kernal)"
firmware0_path = "vice/JiffyDOS_C128.bin"

View File

@ -1,16 +1,24 @@
# Software Information
display_name = "Commodore - C64 (VICE x64, fast)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE x64"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "C64"
systemid = "commodore_64"
database = "Commodore - 64"
authors = "VICE Team"
corename = "VICE x64"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - C64 (fast)"
# Hardware Information
manufacturer = "Commodore"
systemname = "C64"
systemid = "commodore_c64"
# Libretro Features
database = "Commodore - 64"
supports_no_game = "true"
# Firmware
firmware_count = 4
firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)"
firmware0_path = "vice/JiffyDOS_C64.bin"

View File

@ -1,16 +1,24 @@
# Software Information
display_name = "Commodore - C64 (VICE x64sc, accurate)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE x64sc"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "C64"
systemid = "commodore_64"
database = "Commodore - 64"
authors = "VICE Team"
corename = "VICE x64sc"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - C64 (accurate)"
# Hardware Information
manufacturer = "Commodore"
systemname = "C64"
systemid = "commodore_c64"
# Libretro Features
database = "Commodore - 64"
supports_no_game = "true"
# Firmware
firmware_count = 4
firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)"
firmware0_path = "vice/JiffyDOS_C64.bin"

View File

@ -1,13 +1,19 @@
display_name = "Commodore - CBM-II (VICE xcbm2)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE xcbm2"
manufacturer = "Commodore"
# Software Information
display_name = "Commodore - CBM-II 6x0/7x0 (VICE xcbm2)"
categories = "Emulator"
systemname = "CBM-II"
systemid = "commodore_cbm2"
database = "Commodore - CBM-II"
authors = "VICE Team"
corename = "VICE xcbm2"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - CBM-II 6x0/7x0"
# Hardware Information
manufacturer = "Commodore"
systemname = "CBM-II"
systemid = "commodore_cbm2"
# Libretro Features
database = "Commodore - CBM-II"
supports_no_game = "true"

View File

@ -1,13 +1,19 @@
display_name = "Commodore - CBM-5x0 (VICE xcbm5x0)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE xcbm5x0"
manufacturer = "Commodore"
# Software Information
display_name = "Commodore - CBM-II 5x0 (VICE xcbm5x0)"
categories = "Emulator"
systemname = "CBM-5x0"
systemid = "commodore_cbm5x0"
database = "Commodore - CBM-5x0"
authors = "VICE Team"
corename = "VICE xcbm5x0"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - CBM-II 5x0"
# Hardware Information
manufacturer = "Commodore"
systemname = "CBM-5x0"
systemid = "commodore_cbm5x0"
# Libretro Features
database = "Commodore - CBM-5x0"
supports_no_game = "true"

View File

@ -1,13 +1,19 @@
# Software Information
display_name = "Commodore - PET (VICE xpet)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE xpet"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "PET"
systemid = "commodore_pet"
database = "Commodore - PET"
authors = "VICE Team"
corename = "VICE xpet"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - PET"
# Hardware Information
manufacturer = "Commodore"
systemname = "PET"
systemid = "commodore_pet"
# Libretro Features
database = "Commodore - PET"
supports_no_game = "true"

View File

@ -1,13 +1,19 @@
# Software Information
display_name = "Commodore - PLUS/4 (VICE xplus4)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE xplus4"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "PLUS/4"
systemid = "commodore_plus_4"
database = "Commodore - PLUS-4"
authors = "VICE Team"
corename = "VICE xplus4"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - PLUS/4"
# Hardware Information
manufacturer = "Commodore"
systemname = "PLUS/4"
systemid = "commodore_plus4"
# Libretro Features
database = "Commodore - PLUS-4"
supports_no_game = "true"

View File

@ -1,16 +1,24 @@
# Software Information
display_name = "Commodore - C64 SuperCPU (VICE xscpu64)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE xscpu64"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "C64 SuperCPU"
systemid = "commodore_64_supercpu"
database = "Commodore - C64 SuperCPU"
authors = "VICE Team"
corename = "VICE xscpu64"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - C64 SuperCPU"
# Hardware Information
manufacturer = "Commodore"
systemname = "C64 SuperCPU"
systemid = "commodore_c64_supercpu"
# Libretro Features
database = "Commodore - 64"
supports_no_game = "true"
# Firmware
firmware_count = 4
firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)"
firmware0_path = "vice/JiffyDOS_C64.bin"

View File

@ -1,13 +1,19 @@
# Software Information
display_name = "Commodore - VIC-20 (VICE xvic)"
authors = "VICE Core Team Members"
supported_extensions = "20|40|60|a0|b0|d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE xvic"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "VIC-20"
systemid = "commodore_vic_20"
database = "Commodore - VIC-20"
authors = "VICE Team"
corename = "VICE xvic"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz|20|40|60|a0|b0|rom"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
description = "Versatile Commodore Emulator - VIC-20"
# Hardware Information
manufacturer = "Commodore"
systemname = "VIC-20"
systemid = "commodore_vic20"
# Libretro Features
database = "Commodore - VIC-20"
supports_no_game = "true"

View File

@ -16,4 +16,5 @@ firmware0_desc = "saturn_bios.bin (Saturn BIOS)"
firmware0_path = "saturn_bios.bin"
firmware0_opt = "false"
notes = "(!) saturn_bios.bin (md5): af5828fdff51384f99b3c4926be27762|Homepage : http://www.uoyabause.org/"
required_hw_api = "OpenGL Core >= 3.3 | OpenGL ES >= 3.0"
hw_render = "true"
required_hw_api = "OpenGL >= 3.3 | OpenGL ES >= 3.0"