Going by groups

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
This commit is contained in:
Matías Locatti 2022-01-11 02:57:47 -03:00 committed by GitHub
parent e110bba948
commit 1386f5b5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,13 @@ December brought us improved kernel emulation, fixes for driver issues, improvem
We keep trying with the time machine, but were running out of bananas to microwave and trash to fuel the Mr. Fusion. Okay, let's get started!
## PSA for NVIDIA users, part 2
## PSA for NVIDIA users: Part 2
As mentioned [two months ago](https://yuzu-emu.org/entry/yuzu-progress-report-oct-2021/#psa-for-nvidia-users), NVIDIA users continued to have issues due to the
changes introduced by the drop of support for Kepler cards in the 49X series of drivers when using GLSL.
As mentioned [two months ago](https://yuzu-emu.org/entry/yuzu-progress-report-oct-2021/#psa-for-nvidia-users), NVIDIA users have been experiencing issues when using GLSL due to the changes introduced by NVIDIA dropping support for Kepler cards in the 49X series of drivers.
Were happy to announce that we have a [set of workarounds](https://github.com/yuzu-emu/yuzu/pull/7629) done by [epicboy](https://github.com/ameerj) that solve all
Were happy to announce that we have a [set of workarounds](https://github.com/yuzu-emu/yuzu/pull/7629) implemented by [epicboy](https://github.com/ameerj) that solve all
known issues.
These are already available for both Mainline and Early Access.
These are already available for both Mainline and [Early Access](https://yuzu-emu.org/help/early-access/).
The root of the problem in NVIDIAs drivers seems to be in negation of integer and floating point values, and bitwise conversions of input values.