mirror of
https://github.com/libretro/libretro-super
synced 2025-01-16 13:10:47 +00:00
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.
This commit is contained in:
parent
1ec12eedfe
commit
0c328d6c39
6
dist/info/dolphin_libretro.info
vendored
6
dist/info/dolphin_libretro.info
vendored
@ -32,4 +32,8 @@ disk_control = "false"
|
||||
is_experimental = "false"
|
||||
|
||||
# BIOS/Firmware
|
||||
notes = "(!) You need to have Dolphin Sys folder in system/dolphin-emu/Sys.|(!) See: https://docs.libretro.com/library/dolphin/#setup"
|
||||
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."
|
||||
|
Loading…
Reference in New Issue
Block a user