Skip to content

Commit a7ccac1

Browse files
authored
Merge pull request #1935 from bslenul/dolphin-ipl
Dolphin - Add check for the GC BIOS files
2 parents 0120080 + b71fb44 commit a7ccac1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

dist/info/dolphin_libretro.info

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,19 @@ disk_control = "false"
3232
is_experimental = "false"
3333

3434
# BIOS/Firmware
35-
firmware_count = 1
35+
firmware_count = 4
3636
firmware0_desc = "Dolphin 'Sys' folder"
3737
firmware0_path = "dolphin-emu/Sys/codehandler.bin"
3838
firmware0_opt = "false"
39-
notes = "(!) You need the Dolphin 'Sys' folder in 'system/dolphin-emu'.|(!) Check https://docs.libretro.com/library/dolphin/#setup for more details."
39+
firmware1_desc = "dolphin-emu/Sys/GC/JAP/IPL.bin (GameCube JP BIOS)"
40+
firmware1_path = "dolphin-emu/Sys/GC/JAP/IPL.bin"
41+
firmware1_opt = "true"
42+
firmware2_desc = "dolphin-emu/Sys/GC/USA/IPL.bin (GameCube US BIOS)"
43+
firmware2_path = "dolphin-emu/Sys/GC/USA/IPL.bin"
44+
firmware2_opt = "true"
45+
firmware3_desc = "dolphin-emu/Sys/GC/EUR/IPL.bin (GameCube EU BIOS)"
46+
firmware3_path = "dolphin-emu/Sys/GC/EUR/IPL.bin"
47+
firmware3_opt = "true"
48+
notes = "(!) You need the Dolphin 'Sys' folder in 'system/dolphin-emu'.|(!) Check https://docs.libretro.com/library/dolphin/#setup for more details.|(!) The GameCube BIOS files can be stored in '<save_dir>/User/GC/<region>/'|[^] as an alternative to '<system_dir>/dolphin-emu/Sys/GC/<region>/',|[^] this information page only checks the system directory however|[^] and will not be able to tell if the files are present from these alternative paths."
4049

4150
description = "A port of the popular Dolphin Gamecube/Wii emulator to libretro. This core exposes only a subset of the many features included in the standalone Dolphin emulator, but it can provide a simplified and libretro-native experience for playing these games. The core needs the 'Sys' directory copied from the standalone emulator's files into the frontend's system directory, as this is where the emulator looks to apply per-game settings/hacks for better compatibility and performance. For Dolphin power-users, the reduced functionality of the core may be stifling, in which case the dolphin-launcher core may be a better fit."

0 commit comments

Comments
 (0)