Update site/content/entry/yuzu-progress-report-apr-2021/index.md

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
This commit is contained in:
Matías Locatti 2021-05-10 04:01:38 -03:00 committed by GitHub
parent feb7df8c3f
commit d44426b2a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ Memory is a resource that is shared system-wide among all the processes, and the
With this PR, processes don't "own" their own instance of `resource limits`, and they now use the global kernel instance instead.
[Dynarmic](https://github.com/MerryMage/dynarmic) — yuzu's JIT, used to translate the Switchs ARM CPU instructions — was recently updated again, in order to [increase the size of the code cache](https://github.com/yuzu-emu/yuzu/pull/6132) (where yuzu stores the translated code), and add support for some unimplemented instructions from the `thumb32` set, expanding the amount of code that can be translated.
[Dynarmic](https://github.com/MerryMage/dynarmic) — yuzu's JIT, used to translate the Switchs ARM CPU instructions — was recently updated again in order to [increase the size of the code cache](https://github.com/yuzu-emu/yuzu/pull/6132) (where yuzu stores the translated code), and add support for some unimplemented instructions from the `thumb32` set, expanding the amount of code that can be translated.
[degasus](https://github.com/degasus) found that the code cache size was too small when testing `The Legend of Zelda: Breath of the Wild`, and alerted [merry](https://github.com/MerryMage), the chief maintainer, about the problem.