Merge pull request #1875 from bslenul/ps2

Update pcsx2_libretro.info
This commit is contained in:
Ömercan Kömür 2025-01-12 21:04:47 +03:00 committed by GitHub
commit fc436b1dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -25,10 +25,13 @@ savestate_features = "basic"
memory_descriptors = "false"
# Firmware / BIOS
firmware_count = 1
firmware_count = 2
firmware0_desc = "'pcsx2/bios' folder"
firmware0_path = "pcsx2/bios"
firmware0_opt = "false"
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."
firmware1_desc = "pcsx2/resources/GameIndex.yaml (Game Database)"
firmware1_path = "pcsx2/resources/GameIndex.yaml"
firmware1_opt = "false"
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."
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."