From 8f9d664d131de9fed3ee2f42dee05fd3edaf26ca Mon Sep 17 00:00:00 2001 From: SHOJI122 <119678815+SHOJI122@users.noreply.github.com> Date: Wed, 7 Dec 2022 14:36:19 +0800 Subject: [PATCH] Update README.md: add the notice that only > Windows 10 v1803 is supported Only > Windows 10 v1803 is supported because of the use the [Fastmem technology](https://yuzu-emu.org/entry/yuzu-fastmem/), and a custom build without Fastmem might still work for older systems like Windows 7 but is not supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a69c0f4c67..1ff5ab8923 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ It is written in C++ with portability in mind, and we actively maintain builds f ## Compatibility The emulator is capable of running most commercial games at full speed, provided you meet the [necessary hardware requirements](https://yuzu-emu.org/help/quickstart/#hardware-requirements). -Windows users should note that only Windows 10 or newer is supported. +Windows users should note that only Windows 10 v1803 or newer is supported because of the use of the [Fastmem technology](https://yuzu-emu.org/entry/yuzu-fastmem/), and a custom build without Fastmem might still work for older systems like Windows 7 but is not supported. For a full list of games yuzu support, please visit our [Compatibility page](https://yuzu-emu.org/game/)