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:57 -03:00 committed by GitHub
parent d44426b2a2
commit 66e033f016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ The game currently has rendering bugs especially affecting Nvidia hardware. AMD
For our ~~thermonuclear~~ laptop users and heavy multitaskers, the legendary [degasus](https://github.com/degasus) has a treat for you.
By [avoiding spin loops](https://github.com/yuzu-emu/yuzu/pull/6162) in the video core, more idle time is achieved with no performance loss.
This means the GPU can enter `sleep` state more often, resulting in lower temperatures/power consumption, better battery life, or allowing the scheduler to take on other tasks waiting in the background, improving system responsiveness.
This means the GPU can enter `sleep` state more often, resulting in lower temperatures/power consumption, better battery life, and allows the scheduler to take on other tasks waiting in the background, improving system responsiveness.
No more burned thighs while on the pause menu, laptop users!
[Joshua-Ashton](https://github.com/Joshua-Ashton), the Frog Master from [DXVK](https://github.com/doitsujin/dxvk), brought us a couple of Vulkan fixes and improvements.