From 15acf0757e7a028d7257df3f141603b1ffa8d5cf Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Fri, 25 Nov 2022 22:24:08 +0100 Subject: [PATCH] Update pcsx2_libretro.info --- dist/info/pcsx2_libretro.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/info/pcsx2_libretro.info b/dist/info/pcsx2_libretro.info index 444da062..eca2e567 100644 --- a/dist/info/pcsx2_libretro.info +++ b/dist/info/pcsx2_libretro.info @@ -25,9 +25,9 @@ memory_descriptors = "false" # Firmware / BIOS firmware_count = 1 -firmware0_desc = "'pcsx2/bios' folder" -firmware0_path = "pcsx2/bios" +firmware0_desc = "'pcsx2' folder" +firmware0_path = "pcsx2" 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." +notes = "[1] This only checks if the PCSX2 folder exists.| BIOS files should be placed in the root directory of the system directory. [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." description = "A port 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."