From 2df88e79fe08c2505fa5a1ed9522941780097d03 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 18 Oct 2023 12:26:46 +1000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbfa6fd20..fbcc131b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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 @@ -22,7 +22,7 @@ DuckStation features a fully-featured frontend built using Qt, as well as a full 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. - Upscaling, texture filtering, and true colour (24-bit) in hardware renderers. - PGXP for geometry precision, texture correction, and depth buffer emulation. @@ -50,8 +50,8 @@ Other features include: - Automatic loading/applying of PPF patches. ## 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. - - 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. + - 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.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. ## Downloading and running