yuzu/src
Yuri Kunde Schlesner 669ef82aee OpenGL: Improve accuracy of quaternion interpolation
Current order of operations (rotate then normalize) seems to produce a
lot more distortion than normalizing and then rotating. This makes Citra
results match pretty closesly with hardware, and indicates that hardware
may also be using lerp instead of slerp to interpolate the quaternions.
2017-05-27 00:13:41 -07:00
..
audio_core DSP: Create backing memory for entire DSP RAM 2017-05-09 21:44:00 -07:00
citra input_common/sdl: add support for binding button to axis 2017-04-17 14:14:35 +03:00
citra_qt Frontend: Prevent FileSystemWatcher from blocking UI thread 2017-05-10 09:37:44 -06:00
common Merge pull request #2697 from wwylele/proctex 2017-05-24 21:37:42 -07:00
core telemetry: Log a few simple data fields throughout core. 2017-05-24 19:16:23 -04: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 OpenGL: Improve accuracy of quaternion interpolation 2017-05-27 00:13:41 -07:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt InputCommon: add Keyboard 2017-03-01 23:30:57 +02:00