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:12:51 -03:00 committed by GitHub
parent cc47978b2c
commit 2691d9487e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ This can be partially solved by using High GPU accuracy in OpenGL with Assembly
## Graphical fixes ## Graphical fixes
Textures blits (bit block transfers, a combination of bitmaps) can sometimes work out of bounds by design, by interleaving copy regions. Texture blits (bit block transfers, a combination of bitmaps) can sometimes work out of bounds by interleaving copy regions, by design.
yuzu has to be able to [properly emulate this behaviour](https://github.com/yuzu-emu/yuzu/pull/6289) and return the correct portion, yuzu has to be able to [properly emulate this behaviour](https://github.com/yuzu-emu/yuzu/pull/6289) and return the correct portion,
something epicboy had no problem properly implementing for us. something epicboy had no problem properly implementing for us.