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:23:24 -03:00 committed by GitHub
parent 48ffaf4346
commit 1ba4c075d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ As PCs dont allow this (even on integrated GPU systems), yuzu has to keep tra
to ensure that all information is also reflected in system RAM.
The previous limit of 255 references was observed to be surpassed in some rare instances during testing, resulting in utter chaos, so this PR increases it to a maximum of 65535.
All of this costs the user 2*MB* of RAM instead of the previous 1MB. Such a heavy price to pay for the additional peace of mind, Google Chrome would be proud of us.
All of this costs the user 2*MB* of RAM instead of the previous 1*MB*. Such a heavy price to pay for the additional peace of mind, Google Chrome would be proud of us.
## Core changes and improvements