From 0c328d6c39289f50403359e23d39744e4da10a29 Mon Sep 17 00:00:00 2001 From: bslenul <33353403+bslenul@users.noreply.github.com> Date: Sun, 25 Oct 2020 12:26:04 +0100 Subject: [PATCH] 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. --- dist/info/dolphin_libretro.info | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/info/dolphin_libretro.info b/dist/info/dolphin_libretro.info index fabe89eb..a84ce0a5 100644 --- a/dist/info/dolphin_libretro.info +++ b/dist/info/dolphin_libretro.info @@ -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."