Skip to content

Commit 3d8f3df

Browse files
authored
Remove Duckstation
1 parent 3339a10 commit 3d8f3df

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

docs/Playstation-1.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ _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 |
1413

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).
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)
1615

1716
### lr-pcsx_rearmed
1817

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

2726
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.
2827

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-
3328
## ROMS
3429
Accepted File Extensions: **.cue .ccd .chd .exe .iso .m3u .pbp .toc**
3530

@@ -56,7 +51,7 @@ sudo apt install ecm
5651
ecm-uncompress game-file.bin.ecm
5752
```
5853

59-
Alternatively, on Windows, use [ECM Decompressor](https://www.romhacking.net/utilities/1177/), or on Ubuntu 19.X+(or derivative), install ecm from the ubuntu archive with the following:
54+
Alternatively, on Windows, use [ECM Decompressor](https://www.romhacking.net/utilities/1177/) or, on Ubuntu 19.X+ (or derivative), install `ecm` from the Ubuntu archive with the following:
6055
```
6156
curl -sLO http://archive.ubuntu.com/ubuntu/pool/universe/c/cmdpack/ecm_1.03-1build1_amd64.deb && sudo dpkg -i ecm_1.03-1build1_amd64.deb && sudo rm ecm_1.03-1build1_amd64.deb
6257
```
@@ -72,7 +67,6 @@ All supported PlayStation emulators have support for the CHD (V5) archive format
7267
#### M3U playlists for .cue & .bins, or .chds
7368

7469
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.
7670

7771
Example for Final Fantasy VII:
7872

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

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

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-
154142
## Controls
155143

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

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

0 commit comments

Comments
 (0)