Update site/content/entry/yuzu-progress-report-jan-2024/index.md

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
This commit is contained in:
Matías Locatti 2024-02-10 18:56:43 -03:00 committed by GitHub
parent dfd65ccb6d
commit 28ba22e8ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ Implementing the requirements to support multiprocess in yuzu led us to make fiv
### Device mapping and SMMU ### Device mapping and SMMU
We start off with a big on: Blinkhawk implemented device memory mapping emulation and rewrote the GPU implementation with support for the {{< gh-hovercard "12579" "SMMU," >}} or for desktop enthusiasts/Linux VM users/UEFI lurkers, its other common name, IOMMU. We start off with a big one: Blinkhawk implemented device memory mapping emulation and rewrote the GPU implementation with support for the {{< gh-hovercard "12579" "SMMU," >}} or for desktop enthusiasts/Linux VM users/UEFI lurkers, its other common name, IOMMU.
The ARM **S**ystem **M**emory **M**anagement **U**nit handles memory mapping for peripheral devices like the GPU. The ARM **S**ystem **M**emory **M**anagement **U**nit handles memory mapping for peripheral devices like the GPU.
Its a hardware component on the Switch in charge of translating device virtual memory addresses into physical memory addresses. Its a hardware component on the Switch in charge of translating device virtual memory addresses into physical memory addresses.