mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
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:
parent
dfd65ccb6d
commit
28ba22e8ec
|
@ -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.
|
||||||
It’s a hardware component on the Switch in charge of translating device virtual memory addresses into physical memory addresses.
|
It’s a hardware component on the Switch in charge of translating device virtual memory addresses into physical memory addresses.
|
||||||
|
|
Loading…
Reference in a new issue