From 69dbb2e17c4b76e51f9b54c1e325294b038b9b4b Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 26 Jun 2022 15:22:44 +0100 Subject: [PATCH] Readme: Update Linux version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbb2ce606a..cfe71dad0f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ _Note: Recommended Single Thread Performance is based on moderately complex game | Operating System | CPU | GPU | RAM | | ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | -| - Windows 10 (64-bit) or newer
- Ubuntu 19.04/Debian or newer, Arch Linux, or other distro (64-bit)
- macOS 10.13 | - Supports AVX2
- [PassMark Single Thread Performance](https://www.cpubenchmark.net/singleThread.html) rating near or greater than 2100
- Four physical cores, with or without hyperthreading | - Direct3D12 support
- OpenGL 4.6 support
- Vulkan 1.3 support
- Metal support
- [PassMark G3D Mark](https://www.videocardbenchmark.net/high_end_gpus.html) rating around 6000 (GeForce GTX 1050 Ti)
- 4 GB Video Memory | 8 GB | +| - Windows 10 (64-bit) or newer
- Ubuntu 22.04/Debian or newer, Arch Linux, or other distro (64-bit)
- macOS 10.13 | - Supports AVX2
- [PassMark Single Thread Performance](https://www.cpubenchmark.net/singleThread.html) rating near or greater than 2100
- Four physical cores, with or without hyperthreading | - Direct3D12 support
- OpenGL 4.6 support
- Vulkan 1.3 support
- Metal support
- [PassMark G3D Mark](https://www.videocardbenchmark.net/high_end_gpus.html) rating around 6000 (GeForce GTX 1050 Ti)
- 4 GB Video Memory | 8 GB | _Note: Recommended GPU is based on 3x Internal, ~1080p resolution requirements. Higher resolutions will require stronger cards; 6x Internal, ~4K resolution will require a [PassMark G3D Mark](https://www.videocardbenchmark.net/high_end_gpus.html) rating around 12000 (GeForce GTX 1070 Ti). Just like CPU requirements, this is also highly game dependent. A quick reference for GPU **intensive games**: [Wiki](https://wiki.pcsx2.net/Category:GPU_intensive_games)_ @@ -39,7 +39,7 @@ _Note: Recommended GPU is based on 3x Internal, ~1080p resolution requirements. - Windows XP and Direct3D9 support was dropped after stable release 1.4.0. - Windows 7 and Windows 8.0 support was dropped after stable release 1.6.0. - 32-bit support was dropped after stable release 1.6.0. -- The Qt version is only supported on Windows 10 or newer. +- The Qt version is only supported on Windows 10 or newer, Ubuntu/Debian 20.04 or equivalent and newer. - Make sure to update your operating system and drivers to ensure you have the best experience possible. Having a newer GPU is also recommended so you have the latest supported drivers. - Because of copyright issues, and the complexity of trying to work around it, you need a BIOS dump extracted from a legitimately-owned PS2 console to use the emulator. For more information about the BIOS and how to get it from your console, visit [this page](pcsx2/Docs/PCSX2_FAQ.md#question-13-where-do-i-get-a-ps2-bios). - PCSX2 uses two CPU cores for emulation by default. A third core can be used via the MTVU speed hack, which is compatible with most games. This can be a significant speedup on CPUs with 3+ cores, but it may be a slowdown on GS-limited games (or on CPUs with fewer than 2 cores). Software renderers will then additionally use however many rendering threads it is set to and will need higher core counts to run efficiently.