2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Subv a0874a7a68 Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd.
Previously we were letting vadd flush the value to positive 0, but there are cases where this behavior is wrong, for example,

vsub: -0 - +0 = -0
vadd: -0 + +0 = +0

Now we'll flush the value to +0 inside vsub, and then negate it.
2017-05-13 18:03:41 -05:00
..
audio_core Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
citra input_common/sdl: add support for binding button to axis 2017-04-17 14:14:35 +03:00
citra_qt Merge pull request #2682 from nicoboss/filter 2017-05-07 13:46:46 -07:00
common Merge pull request #2512 from SonofUgly/custom-layout 2017-03-21 22:57:31 -04:00
core Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. 2017-05-13 18:03:41 -05:00
input_common input_common/sdl: add support for binding button to axis 2017-04-17 14:14:35 +03:00
tests Common: add ParamPackage 2017-03-01 23:30:57 +02:00
video_core pica: shader_dirty if texture2 coord changed 2017-05-05 15:35:17 +03:00
.clang-format
CMakeLists.txt InputCommon: add Keyboard 2017-03-01 23:30:57 +02:00