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

View file

@ -82,7 +82,7 @@ We dont plan to merge it for now as it needs as much refinement as the regula
by doubling the size of the responsible array.
The Nintendo Switch shares its RAM with both the CPU and GPU, so games are free to assume any information in VRAM will be the same in RAM (since it physically is).
As PCs dont allow this (even on integrated GPU systems), yuzu has to keep track of any memory pages in use by the GPU,
As PCs dont allow this (even on integrated GPU systems), yuzu has to keep track of any memory pages in use by the GPU
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.