Skip to content

Commit 93dfa74

Browse files
authored
PlayStation 1: Added lr-duckstation (#82)
1 parent b3f5df4 commit 93dfa74

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/Playstation-1.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ _The PlayStation is a 5th generation video game console released by Sony in 1994
1010
| [lr-pcsx_rearmed](https://github.com/libretro/pcsx_rearmed) | psx | .cue .cbn .chd .img .iso .m3u .mdf .pbp .toc .z .znx | psxonpsp660.bin scph101.bin scph7001.bin scph5501.bin scph1001.bin | /opt/retropie/configs/psx/retroarch.cfg |
1111
| [PCSX-ReARMed](https://github.com/notaz/pcsx_rearmed) | psx | .cue .cbn .img .iso .m3u .mdf .pbp .toc .z .znx | SCPH1001.BIN | /opt/retropie/configs/psx/pcsx.cfg |
1212
| [lr-beetle-psx](https://github.com/libretro/beetle-psx-libretro) | psx | .cue .ccd .chd .exe .iso .m3u .pbp .toc | scph5500.bin scph5501.bin scph5502.bin | /opt/retropie/configs/psx/retroarch.cfg |
13+
| [lr-duckstation](https://github.com/stenzek/duckstation) | psx | .exe .cue .bin .chd .psf .m3u .pbp | any valid BIOS dumps | /opt/retropie/configs/psx/duckstation.cfg |
1314

14-
## Emulators: [lr-pcsx_rearmed](https://github.com/libretro/pcsx_rearmed), [PCSX-ReARMed](https://github.com/notaz/pcsx_rearmed), [lr-beetle-psx](https://github.com/libretro/beetle-psx-libretro).
15+
## Emulators: [lr-pcsx_rearmed](https://github.com/libretro/pcsx_rearmed), [PCSX-ReARMed](https://github.com/notaz/pcsx_rearmed), [lr-beetle-psx](https://github.com/libretro/beetle-psx-libretro), [lr-duckstation](https://github.com/stenzek/duckstation).
1516

1617
### lr-pcsx_rearmed
1718

@@ -25,6 +26,10 @@ Recommended for Raspberry Pi 0/1 due to its lower system requirements, though ex
2526

2627
Recommended for more powerful x86 systems. It is accurate and includes several enhanced graphical features. Not available for ARM systems (like the Raspberry Pi) due to its poor performance on ARM.
2728

29+
### lr-duckstation
30+
31+
Experimental but promising fast, accurate emulation, including various graphial enhancements. Supported on all architectures aside from ARMv6 (Raspberyy Pi 0/1) and 32-bit x86.
32+
2833
## ROMS
2934
Accepted File Extensions: **.cue .ccd .chd .exe .iso .m3u .pbp .toc**
3035

@@ -67,6 +72,7 @@ All supported PlayStation emulators have support for the CHD (V5) archive format
6772
#### M3U playlists for .cue & .bins, or .chds
6873

6974
For multi-disc games on .cue & .bin ROM pairs or .chds, you can create a .m3u playlist file to enable you to change discs by the above method. Replace the `.cue` or `.chd` extension for each disc of the game with an appropriate `.CD1`, `.CD2`, etc so that EmulationStation will list only the `.m3u` and not the individual discs.
75+
**NOTE:** **lr-duckstation** does not support extension renaming within .m3u playlists.
7076

7177
Example for Final Fantasy VII:
7278

@@ -139,9 +145,15 @@ The BIOS is automatically chosen based upon the region of the ROM.
139145

140146
The recognized BIOS filename is case-sensitive (must be in all lowercase).
141147

148+
### lr-duckstation
149+
150+
Any valid BIOS dump from real hardware is supported (too many to list). As such, any of the above BIOS dumps should be supported, when named appropriately with .bin extension.
151+
152+
The BIOS is automatically chosen based upon the region of the ROM.
153+
142154
## Controls
143155

144-
### lr-pcsx_rearmed & lr-beetle-psx Controls
156+
### lr-pcsx_rearmed, lr-beetle-psx & lr-duckstation Controls
145157
lr-pcsx_rearmed and lr-beetle-psx utilize RetroArch configurations.
146158

147159
Add custom RetroArch controls to the retroarch.cfg file in

0 commit comments

Comments
 (0)