From 8229e8bbb93cf18c22e769237b8ceada145af814 Mon Sep 17 00:00:00 2001 From: SHOJI122 <119678815+SHOJI122@users.noreply.github.com> Date: Wed, 7 Dec 2022 18:49:02 +0800 Subject: [PATCH] Update README.md Removes the words about custom build and introduces the scenairo that Fastmem gets disabled. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff5ab8923..923da8cc9e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ 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 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. + +Windows users should note that only Windows 10 v1803 or newer is supported because of the [Fastmem technology](https://yuzu-emu.org/entry/yuzu-fastmem/). However, the emulator might still work for older systems like Windows 7 when Fastmem is disabled. In Windows, Fastmem is disabled by default if the emulator fails to allocate 4GB of memory. For a full list of games yuzu support, please visit our [Compatibility page](https://yuzu-emu.org/game/)