libretro-super/dist/info/dolphin_libretro.info
bslenul 0c328d6c39 Add a check for Dolphin system folder.
Check internally for `system/dolphin-emu/Sys/codehandler.bin` (a file that should be here if the folder was set up properly), for the user it will just tell if "Sys" folder is present or not.

It will be useful for troubleshooting, because we'll know directly if the folder is there AND properly set up/not empty.
2020-10-25 12:26:04 +01:00

40 lines
1.2 KiB
Plaintext

# Software Information
display_name = "Nintendo - GameCube / Wii (Dolphin)"
authors = "Team Dolphin"
supported_extensions = "gcm|iso|wbfs|ciso|gcz|elf|dol|dff|tgc|wad"
corename = "Dolphin"
categories = "Emulator"
license = "GPLv2+"
permissions = ""
display_version = "Git"
# Hardware Information
manufacturer = "Nintendo"
systemname = "GameCube / Wii"
systemid = "gamecube"
# Libretro Features
database = "Nintendo - GameCube|Nintendo - Wii|Nintendo - Wii (Digital)"
supports_no_game = "false"
savestate = "true"
savestate_features = "basic"
libretro_saves = "true"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "false"
core_options = "true"
core_options_version = "1.0"
load_subsystem = "false"
hw_render = "true"
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"
# BIOS/Firmware
firmware_count = 1
firmware0_desc = "Dolphin 'Sys' folder"
firmware0_path = "dolphin-emu/Sys/codehandler.bin"
firmware0_opt = "false"
notes = "(!) You need the Dolphin 'Sys' folder in 'system/dolphin-emu'.|(!) Check https://docs.libretro.com/library/dolphin/#setup for more details."