From 806952d2ebc0a744fe10e231f73102d839f6c597 Mon Sep 17 00:00:00 2001 From: Honghoa <59675380+kurenaihana@users.noreply.github.com> Date: Sat, 13 Nov 2021 12:12:20 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-oct-2021/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-oct-2021/index.md b/site/content/entry/yuzu-progress-report-oct-2021/index.md index 21014a69..45f20072 100644 --- a/site/content/entry/yuzu-progress-report-oct-2021/index.md +++ b/site/content/entry/yuzu-progress-report-oct-2021/index.md @@ -238,7 +238,7 @@ Such videos were using an [unsupported frame format, `RGBX8`](https://github.com While this solves the rendering of a single video on screen, some areas of the game can play multiple streams simultaneously, causing glitches on screen. yuzu’s decoding needs to be improved to consider those cases, something we’re working on. -While Blinkhawk was working on Project A.R.T, he also [doubled the counter of cached pages in the rasterizer](https://github.com/yuzu-emu/yuzu/pull/7127). +While Blinkhawk was working on `Project A.R.T`, he also [doubled the counter of cached pages in the rasterizer](https://github.com/yuzu-emu/yuzu/pull/7127). yuzu uses these counters to keep track of the number of GPU objects stored in a cache within a CPU page. Previously, this counter would account for pages whose addresses were up to a size of 38 bits. @@ -256,7 +256,7 @@ Following the lead from this initial research, Blinkhawk found the problem and s [improves the performance of the backtracking algorithm](https://github.com/yuzu-emu/yuzu/pull/7262) used by the shader cache to find the handlers of a bindless texture. {{< single-title-imgs - "Oldschool minigames are the best (Mario Party Superstars)" + "Old school minigames are the best (Mario Party Superstars)" "mpsbug.png" "mpsfix.png" >}} @@ -385,8 +385,8 @@ Jogo bonito on your gameplay sessions! The text on the TAS configuration window looked cramped, so [Behunin](https://github.com/behunin) edited the [UI file and reformatted the text](https://github.com/yuzu-emu/yuzu/pull/7147) to make it easier to read. -Later, [Moonlacer](https://github.com/Moonlacer) added to these changes by [fixing some grammar nits and adding an hyperlink](https://github.com/yuzu-emu/yuzu/pull/7197) that -links to the guide in our site. +Later, [Moonlacer](https://github.com/Moonlacer) added to these changes by [fixing some grammar nits and adding a hyperlink](https://github.com/yuzu-emu/yuzu/pull/7197) that +links to the guide on our site. {{< single-title-imgs " "