From 2290a2e4699c5d543dfb9ae4fccc66d52f276cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 17 Jun 2023 07:49:49 -0300 Subject: [PATCH] Apply suggestions from code review Flam, pass 2 Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> --- site/content/entry/yuzu-progress-report-may-2023/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/entry/yuzu-progress-report-may-2023/index.md b/site/content/entry/yuzu-progress-report-may-2023/index.md index eba33f49..d74ae458 100644 --- a/site/content/entry/yuzu-progress-report-may-2023/index.md +++ b/site/content/entry/yuzu-progress-report-may-2023/index.md @@ -357,7 +357,7 @@ This allows the GPU to use very little RAM, just like on the Switch. The curse is that, because Android is such a heavy OS, there is no guarantee that complex games will run on devices with 6GB of RAM. 8GB is the strong recommendation, which puts compatibility on the pricey side of the spectrum. A certain Zelda game we wrote a lot about currently requires at least 12GB of RAM to run. -There are ongoing efforts to reduce memory requirements, such as native code execution and [UMA](https://en.wikipedia.org/wiki/Universal_memory) optimizations for the GPU code, but the reality is that emulation adds overhead and Android will only get fatter over time. +There are ongoing efforts to reduce memory requirements, such as native code execution and [UMA](https://en.wikipedia.org/wiki/Unified_Memory_Architecture) optimizations for the GPU code, but the reality is that emulation adds overhead and Android will only get fatter over time. We may be able to get light 2D games running on 4GB devices, but we don't expect complex 3D games to run on less than 8GB any time soon, if ever. We have set the minimum required operating system to Android 11. @@ -518,7 +518,7 @@ A bug in their implementation caused the level Frantic Fields in `Donkey Kong Co Some tweaks by the ‘hawk, and the Kong army is back in action. {{< imgs - "./dk.png| No more quicksands! (Donkey Kong Country: Tropical Freeze)" + "./dk.png| No more quicksand! (Donkey Kong Country: Tropical Freeze)" >}} yuzu's buffer cache is responsible for storing most forms of arbitrary data for the GPU to process.