mirror of
https://github.com/libretro/libretro-core-info.git
synced 2024-11-23 08:19:52 +00:00
47 lines
1.9 KiB
Plaintext
47 lines
1.9 KiB
Plaintext
# Software Information
|
|
display_name = "Sony - PlayStation (SwanStation)"
|
|
authors = "stenzek"
|
|
supported_extensions = "exe|psexe|cue|bin|img|iso|chd|pbp|ecm|mds|psf|m3u"
|
|
corename = "SwanStation"
|
|
categories = "Emulator"
|
|
license = "GPLv3"
|
|
permissions = ""
|
|
|
|
# Hardware Information
|
|
manufacturer = "Sony"
|
|
systemname = "PlayStation"
|
|
systemid = "playstation"
|
|
|
|
# Libretro Features
|
|
database = "Sony - PlayStation"
|
|
display_version = "v0.1"
|
|
supports_no_game = "false"
|
|
hw_render = "true"
|
|
required_hw_api = "OpenGL >= 3.0 | OpenGL Core >= 3.1 | Vulkan >= 1.0 | Direct3D >= 11.0"
|
|
is_experimental = "false"
|
|
savestate = "true"
|
|
savestate_features = "basic"
|
|
input_descriptors = "true"
|
|
disk_control = "true"
|
|
|
|
# BIOS / Firmware
|
|
firmware_count = 5
|
|
firmware0_desc = "psxonpsp660.bin (PSP PS1 BIOS)"
|
|
firmware0_path = "psxonpsp660.bin"
|
|
firmware0_opt = "true"
|
|
firmware1_desc = "scph5500.bin (PS1 JP BIOS)"
|
|
firmware1_path = "scph5500.bin"
|
|
firmware1_opt = "true"
|
|
firmware2_desc = "scph5501.bin (PS1 US BIOS)"
|
|
firmware2_path = "scph5501.bin"
|
|
firmware2_opt = "true"
|
|
firmware3_desc = "scph5502.bin (PS1 EU BIOS)"
|
|
firmware3_path = "scph5502.bin"
|
|
firmware3_opt = "true"
|
|
firmware4_desc = "ps1_rom.bin (PS3 PS1 BIOS)"
|
|
firmware4_path = "ps1_rom.bin"
|
|
firmware4_opt = "true"
|
|
notes = "(!) psxonpsp660.bin (md5): c53ca5908936d412331790f4426c6c33|(!) scph5500.bin (md5): 8dd7d5296a650fac7319bce665a6a53c|(!) scph5501.bin (md5): 490f666e1afb15b7362b406ed1cea246|(!) scph5502.bin (md5): 32736f17079d0b2b7024407c39bd3050||(!) ps1_rom.bin (md5): 81bbe60ba7a3d1cea1d48c14cbcc647b| This core also supports No-Intro BIOS images."
|
|
|
|
description = "SwanStation is a fork of the Duckstation PlayStation 1 (aka PSX) emulator focusing on playability, speed, and long-term maintainability ported to libretro. A 'BIOS' ROM image is required to start the emulator and to play games. SwanStation includes hardware rendering (OpenGL, Vulkan and D3D11), upscaling, 24-bit color, and a dynamic recompiler (x86-64, ARMv7, AArch64)."
|