libretro-super/dist/info/pcsx2_libretro.info

35 lines
1.6 KiB
Plaintext
Raw Normal View History

# Software Information
2023-01-30 00:06:45 -05:00
display_name = "Sony - PlayStation 2 (LRPS2)"
2020-10-21 09:40:23 -04:00
authors = "PCSX2 Team"
2023-01-13 06:51:20 -05:00
supported_extensions = "elf|iso|ciso|chd|cso|bin|cue|mdf|nrg|dump|gz|img|m3u"
2023-01-30 00:06:45 -05:00
corename = "LRPS2"
license = "GPL"
permissions = ""
display_version = "Git"
2020-10-21 09:40:23 -04:00
categories = "Emulator"
# Hardware Information
manufacturer = "Sony"
2020-10-21 09:40:23 -04:00
systemname = "Sony PlayStation 2"
systemid = "playstation2"
# Libretro Features
2020-10-21 09:40:23 -04:00
database = "Sony - PlayStation 2"
supports_no_game = "false"
2020-10-21 09:47:45 -04:00
needs_fullpath = "true"
load_subsystem = "false"
hw_render = "true"
required_hw_api = "Direct3D >= 11.0 | OpenGL Core >= 3.3 | OpenGL >= 3.0"
2023-03-29 09:45:44 -04:00
savestate = "true"
2023-03-29 09:48:18 -04:00
savestate_features = "basic"
memory_descriptors = "false"
# Firmware / BIOS
2021-09-06 07:53:29 -04:00
firmware_count = 1
2022-11-25 22:51:51 -05:00
firmware0_desc = "'pcsx2/bios' folder"
firmware0_path = "pcsx2/bios"
firmware0_opt = "false"
2022-11-25 22:51:51 -05:00
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."
2023-01-30 00:06:45 -05:00
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."