mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-08-03 15:41:12 +00:00
Fix typo
This commit is contained in:
parent
a4e8621690
commit
d2c4add08e
|
@ -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.
|
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.
|
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
|
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`.
|
`Final Fantasy X`.
|
||||||
|
|
Loading…
Reference in a new issue