diff --git a/site/content/entry/yuzu-progress-report-jan-2022/index.md b/site/content/entry/yuzu-progress-report-jan-2022/index.md index a01601a5..9a244a33 100644 --- a/site/content/entry/yuzu-progress-report-jan-2022/index.md +++ b/site/content/entry/yuzu-progress-report-jan-2022/index.md @@ -148,7 +148,8 @@ For this reason, the conditions to determine when to clean ASTC textures were ma Although these changes were originally part of the `YFC` project, Blinkhawk decided to implement these changes now, in order to alleviate the problems related to the previous `GC` implementation. There is still a lot to come from this project, so please stay tuned for more information in future updates. -Keep in mind, special case titles like `ASTRAL CHAIN` will still require 3GB or more of VRAM to properly emulate. + +Keep in mind, special case titles like `ASTRAL CHAIN` will still require 3GB of VRAM or more to properly emulate. On another hand, some titles, such as the `Super Mario 64` port (homebrew), would experience freezes in some GPU models (especially iGPUs). @@ -219,7 +220,7 @@ This change fixes a hang that could occur when stopping emulation in yuzu. In a series of minor changes, a number of contributors decided to improve and correct some elements displayed on our interface, and the way the user can interact with them. -[german77](https://github.com/german77) noticed that some items, such as the `stop` and `start` buttons, were not being disabled from interaction once the emulation process stopped, and [promptly fixed this erroneous behaviour](https://github.com/yuzu-emu/yuzu/pull/7662). +[german77](https://github.com/german77) noticed that some items, such as the `Stop` and `Start` buttons, were not being disabled from interaction once the emulation process stopped, and [promptly fixed this erroneous behaviour](https://github.com/yuzu-emu/yuzu/pull/7662). He also went ahead and implemented the graphical elements needed to [report the battery levels](https://github.com/yuzu-emu/yuzu/pull/7735) of UDP controllers. While this code has been in yuzu's source for some time already, preparing the appropriate front-end graphics and the subsequent implementation into the UI had been pending tasks for a long time.