Small nit

This commit is contained in:
Matías Locatti 2022-02-11 17:56:30 -03:00 committed by GitHub
parent db90630e92
commit 51d394e98a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.