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:14:29 -03:00 committed by liushuyu
parent 9628051934
commit 0a25f0c7cf

View file

@ -43,7 +43,7 @@ yuzu has to be able to [properly emulate this behaviour](https://github.com/yuzu
something epicboy had no problem properly implementing for us.
{{< imgs
"./blits.png| Heres a beautifully detailed example of the old out-of-bounds wrong behaviour in red, and the correct result in blue, with the affected area moving to the next row,as it should"
"./blits.png| Heres a beautifully detailed example of the old out-of-bounds incorrect behaviour in red, and the correct result in blue, with the affected area moving to the next row, as it should"
>}}
The result is quite noticeable in games that use this blit technique, such as `Shantae` and `Pixel Game Maker Series Werewolf Princess Kaguya`, which we mentioned in the previous progress report.