Update index.md

This commit is contained in:
Matías Locatti 2022-06-12 18:53:41 -03:00 committed by GitHub
parent 88ae07cf9f
commit 3bc29c7a7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ OpenGL users are recommended to use the GLSL shader backend, as GLASM and SPIR-V
## Graphical changes, driver issues, and the nostalgia bliss that is the good old 64 ## Graphical changes, driver issues, and the nostalgia bliss that is the good old 64
This pont month, [byte[]](https://github.com/liamwhite) continued the wave of improvements for `Super Mario 3D All-Stars`. This past month, [byte[]](https://github.com/liamwhite) continued the wave of improvements for `Super Mario 3D All-Stars`.
This time, he noticed a bug in the DMAcopy ([direct memory access](https://en.wikipedia.org/wiki/Direct_memory_access)) of the Nintendo Switchs GPU. This time, he noticed a bug in the DMAcopy ([direct memory access](https://en.wikipedia.org/wiki/Direct_memory_access)) of the Nintendo Switchs GPU.
`DMACopy` is a mechanism that many games use to send texture data to the GPU, it handles the format conversion from "pitch" (pixels on a line by line basis) to "tiled" (gridded) images. `DMACopy` is a mechanism that many games use to send texture data to the GPU, it handles the format conversion from "pitch" (pixels on a line by line basis) to "tiled" (gridded) images.