From d2c4add08e59edf9b58349c36ec151e4a7937e67 Mon Sep 17 00:00:00 2001 From: Schplee <24275329+Schplee@users.noreply.github.com> Date: Sat, 13 Nov 2021 15:31:10 -0800 Subject: [PATCH] Fix typo --- site/content/entry/yuzu-progress-report-oct-2021/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4da4f21d..7d01b0cf 100644 --- a/site/content/entry/yuzu-progress-report-oct-2021/index.md +++ b/site/content/entry/yuzu-progress-report-oct-2021/index.md @@ -237,7 +237,7 @@ While Blinkhawk was working on `Project A.R.T`, he also [doubled the counter of 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. -Some games, however, can use memory addresses of up 39 bits. +Some games, however, can use memory addresses of up to 39 bits. By doubling the counter, the rasterizer can effectively keep track of these addresses now, allowing certain games that did not work with the old counter to boot, such as `Final Fantasy X`.