Update site/content/entry/yuzu-progress-report-may-2021/index.md

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
This commit is contained in:
Matías Locatti 2021-06-09 09:22:19 -03:00 committed by GitHub
parent 94de4e3b31
commit 5eb97b6d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ Up to 50% of the total system RAM is available to the GPU as host memory, or as
This change means that the GPU effectively has more RAM available to use with Vulkan, helping delay our sadly infamous out-of-memory issues with this API.
For those that cant wait, want to test an in-development partial solution, and have experience with git,
[Maide](https://github.com/Kelebek1) has been working on what can be called a [“light Reaper”](https://github.com/yuzu-emu/yuzu/pull/6378),
[Maide](https://github.com/Kelebek1) has been working on what can be called a [“light Reaper”](https://github.com/yuzu-emu/yuzu/pull/6378).
a simpler version of what Rodrigo plans to release in the future, working as a garbage collector on a configurable fixed timer.
For anyone interested and with the time to spare in building yuzu manually, the PR is open to be tested.
We dont plan to merge it for now as it needs as much refinement as the regular Reaper to provide a pleasant user experience.