mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 15:15:40 +00:00
Update README.md
This commit is contained in:
parent
a4c7d03ed2
commit
2df88e79fe
|
@ -1,5 +1,5 @@
|
||||||
# DuckStation - PlayStation 1, aka. PSX Emulator
|
# DuckStation - PlayStation 1, aka. PSX Emulator
|
||||||
[Latest News](#latest-news) | [Features](#features) | [Downloading and Running](#downloading-and-running) | [Building](#building) | [Disclaimers](#disclaimers)
|
[Features](#features) | [Downloading and Running](#downloading-and-running) | [Building](#building) | [Disclaimers](#disclaimers)
|
||||||
|
|
||||||
**Latest Builds for Windows 10/11, Linux (AppImage/Flatpak), and macOS:** https://github.com/stenzek/duckstation/releases/tag/latest
|
**Latest Builds for Windows 10/11, Linux (AppImage/Flatpak), and macOS:** https://github.com/stenzek/duckstation/releases/tag/latest
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ DuckStation features a fully-featured frontend built using Qt, as well as a full
|
||||||
|
|
||||||
Other features include:
|
Other features include:
|
||||||
|
|
||||||
- CPU Recompiler/JIT (x86-64, armv7/AArch32 and AArch64).
|
- CPU Recompiler/JIT (x86-64, armv7/AArch32, AArch64, RISC-V/RV64).
|
||||||
- Hardware (D3D11, D3D12, OpenGL, Vulkan, Metal) and software rendering.
|
- Hardware (D3D11, D3D12, OpenGL, Vulkan, Metal) and software rendering.
|
||||||
- Upscaling, texture filtering, and true colour (24-bit) in hardware renderers.
|
- Upscaling, texture filtering, and true colour (24-bit) in hardware renderers.
|
||||||
- PGXP for geometry precision, texture correction, and depth buffer emulation.
|
- PGXP for geometry precision, texture correction, and depth buffer emulation.
|
||||||
|
@ -50,8 +50,8 @@ Other features include:
|
||||||
- Automatic loading/applying of PPF patches.
|
- Automatic loading/applying of PPF patches.
|
||||||
|
|
||||||
## System Requirements
|
## System Requirements
|
||||||
- A CPU faster than a potato. But it needs to be x86_64, AArch32/armv7, or AArch64/ARMv8, otherwise you won't get a recompiler and it'll be slow.
|
- A CPU faster than a potato. But it needs to be x86_64, AArch32/armv7, AArch64/ARMv8, or RISC-V/RV64 otherwise you won't get a recompiler and it'll be slow.
|
||||||
- For the hardware renderers, a GPU capable of OpenGL 3.1/OpenGL ES 3.1/Direct3D 11 Feature Level 10.0 (or Vulkan 1.0) and above. So, basically anything made in the last 10 years or so.
|
- For the hardware renderers, a GPU capable of OpenGL 3.1/OpenGL ES 3.1/Direct3D 11 Feature Level 10.0 (or Vulkan 1.1) and above. So, basically anything made in the last 10 years or so.
|
||||||
- SDL, XInput or DInput compatible game controller (e.g. XB360/XBOne/XBSeries). DualShock 3 users on Windows will need to install the official DualShock 3 drivers included as part of PlayStation Now.
|
- SDL, XInput or DInput compatible game controller (e.g. XB360/XBOne/XBSeries). DualShock 3 users on Windows will need to install the official DualShock 3 drivers included as part of PlayStation Now.
|
||||||
|
|
||||||
## Downloading and running
|
## Downloading and running
|
||||||
|
|
Loading…
Reference in a new issue