From 28d96024dd56cafae8479d0c88c01b49c2d13c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Wed, 9 Jun 2021 00:17:16 -0300 Subject: [PATCH] Update site/content/entry/yuzu-progress-report-may-2021/index.md Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-may-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/entry/yuzu-progress-report-may-2021/index.md b/site/content/entry/yuzu-progress-report-may-2021/index.md index dc859f01..692736d0 100644 --- a/site/content/entry/yuzu-progress-report-may-2021/index.md +++ b/site/content/entry/yuzu-progress-report-may-2021/index.md @@ -13,7 +13,7 @@ These include kernel changes, input and UI improvements, graphical fixes, the sa ## Pokémon Snap, but it’s New -`New Pokémon Snap`’s release resulted in tons of work to be done to make the game playable. To begin with, Snap experiences crashes during gameplay, +`New Pokémon Snap`’s release resulted in tons of work to be done to make the game playable. For starters, Snap experienced crashes during gameplay, an issue [epicboy](https://github.com/ameerj) was not happy about. Now, yuzu has an optimized fast path for `uniform bindings`, the conditions to take advantage of it are that buffers must be both small and *non-null*. Turns out, null buffers managed to skip this check, causing stabilities along the way.