mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-30 05:32:06 +00:00
Update index.md
This commit is contained in:
parent
c93869e056
commit
9d499a6368
|
@ -39,7 +39,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.
|
Textures blits (bit block transfers, a combination of bitmaps) can sometimes work out of bounds by design, by interleaving copy regions.
|
||||||
yuzu has to be able to [understand 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.
|
||||||
|
|
||||||
{{< imgs
|
{{< imgs
|
||||||
|
|
Loading…
Reference in a new issue