Skip to content

Commit fc436b1

Browse files
authored
Merge pull request #1875 from bslenul/ps2
Update pcsx2_libretro.info
2 parents 4568448 + 0939eb7 commit fc436b1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dist/info/pcsx2_libretro.info

+5-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ savestate_features = "basic"
2525
memory_descriptors = "false"
2626

2727
# Firmware / BIOS
28-
firmware_count = 1
28+
firmware_count = 2
2929
firmware0_desc = "'pcsx2/bios' folder"
3030
firmware0_path = "pcsx2/bios"
3131
firmware0_opt = "false"
32-
notes = "[1] This only checks if the PCSX2 'bios' folder exists and is in the correct location.|[2] Because the core doesn't require any specific filename for the BIOS files,|[^] this info file cannot tell you if the content of your 'bios' folder is correct or not.|[3] Please check https://docs.libretro.com/library/pcsx2/#bios for more details."
32+
firmware1_desc = "pcsx2/resources/GameIndex.yaml (Game Database)"
33+
firmware1_path = "pcsx2/resources/GameIndex.yaml"
34+
firmware1_opt = "false"
35+
notes = "[1] This only checks if the PCSX2 'bios' folder exists and is in the correct location.|[2] Because the core doesn't require any specific filename for the BIOS files,|[^] this info file cannot tell you if the content of your 'bios' folder is correct or not.|[3] Please check https://docs.libretro.com/library/pcsx2/#bios for more details.|[4] The 'GameIndex.yaml' file can be downloaded from the Online Updater.|[^] It contains fixes for a lot of games and is mandatory|[^] for best compatibility. Some games may not even boot without it."
3336

3437
description = "A hard fork/derivative of the mature and highly-compatible PCSX2 Playstation 2 emulator to libretro. This core is a good first choice for most users as compared with the Play! core, which has lower compatibility with the PS2 library. Required BIOS files include EROM.BIN, rom1.bin, and at least one set of scph*.bin/.mec/.nvm dumps that match each region of games you wish to run. A newer BIOS than scph10000 is recommended, as this original BIOS has problems in memory card emulation and other sections."

0 commit comments

Comments
 (0)