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:
bslenul 2020-10-25 12:26:04 +01:00
parent 1ec12eedfe
commit 0c328d6c39

View File

@ -32,4 +32,8 @@ disk_control = "false"
is_experimental = "false" is_experimental = "false"
# BIOS/Firmware # 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."