hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.77k stars 2.12k forks source link

Fix math of simple stereo #19303

Closed lvonasek closed 3 days ago

lvonasek commented 3 days ago

In "simple stereo" there was increasing stereo separation with increasing depth. That's wrong, it should be other way.

In this PR, I added the stereo separation from the VR integration (which adds support to more games).