Apply suggestions from code review

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

View file

@ -23,7 +23,7 @@ These are already available for both Mainline and [Early Access](https://yuzu-em
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.
On previous drivers you could assign a value to a variable named `x`, then assign `-x` as the value to a new variable named `y`.
On previous drivers, you could assign a value to a variable named `x`, then assign `-x` as the value to a new variable named `y`.
`y` would be equal to `-1 * x`.
New drivers ignore this negation entirely, resulting in random spontaneous fires, security breaches, too many dogs causing a
[Howl](https://www.youtube.com/watch?v=Jw0c9z8EllE), and total chaos.