mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
desmume_libretro: new recipe (#5898)
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# Software Information
|
||||
display_name = "Nintendo - DS (DeSmuME)"
|
||||
authors = "YopYop156|Zeromus"
|
||||
supported_extensions = "nds|bin"
|
||||
corename = "DeSmuME"
|
||||
license = "GPLv2"
|
||||
permissions = ""
|
||||
display_version = "@DISPLAY_VERSION@"
|
||||
categories = "Emulator"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "Nintendo"
|
||||
systemname = "DS"
|
||||
systemid = "nds"
|
||||
|
||||
# Libretro Features
|
||||
database = "Nintendo - Nintendo DS|Nintendo - Nintendo DS Decrypted|Nintendo - Nintendo DS (Download Play)"
|
||||
supports_no_game = "false"
|
||||
savestate = "true"
|
||||
savestate_features = "serialized"
|
||||
cheats = "true"
|
||||
input_descriptors = "true"
|
||||
memory_descriptors = "false"
|
||||
libretro_saves = "true"
|
||||
core_options = "true"
|
||||
core_options_version = "1.0"
|
||||
load_subsystem = "false"
|
||||
hw_render = "true"
|
||||
required_hw_api = "OpenGL >= 2.0 | OpenGL Core >= 3.1"
|
||||
needs_fullpath = "true"
|
||||
disk_control = "false"
|
||||
is_experimental = "false"
|
||||
|
||||
# BIOS/Firmware
|
||||
firmware_count = 3
|
||||
firmware0_desc = "firmware.bin (NDS Firmware)"
|
||||
firmware0_path = "firmware.bin"
|
||||
firmware0_opt = "true"
|
||||
firmware1_desc = "bios7.bin (ARM7 BIOS)"
|
||||
firmware1_path = "bios7.bin"
|
||||
firmware1_opt = "true"
|
||||
firmware2_desc = "bios9.bin (ARM9 BIOS)"
|
||||
firmware2_path = "bios9.bin"
|
||||
firmware2_opt = "true"
|
||||
notes = "(!) firmware.bin (md5): 145eaef5bd3037cbc247c213bb3da1b3|(!) bios7.bin (md5): df692a80a5b1bc90728bc3dfc76cd948|(!) bios9.bin (md5): a392174eb3e572fed6447e956bde4b25|[1] Enable 'Use External BIOS/Firmware' core option to use firmware files"
|
||||
|
||||
description = "A port of the mature and longstanding DeSmuME emulator for Nintendo's DS console to libretro. The core has very good compatibility and many modern features, including increased internal resolution (very demanding)."
|
||||
Reference in New Issue
Block a user