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:21:31 -03:00 committed by GitHub
parent cf78376f32
commit 2307ee8d1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ Additionally, the update frequency of the counter was changed from 2000 ms to 50
And now for a big update for Vulkan users waiting for `Project Reaper` to leave the development board.
The previous Vulkan `memory allocator` used local memory as top priority (thats the physical VRAM on your dedicated GPU),
and only used host memory in certain applicable cases that varied depending on how the GPU driver informed the different memory heaps available to yuzu,
and only used host memory in certain applicable cases. These cases varied depending on how the GPU driver informed the different memory heaps available to yuzu,
primarily in keeping critical required information closer to the CPU.
[Rodrigo](https://github.com/ReinUsesLisp) implemented a new method (solving some issues with the old one) that