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
11.41k stars 2.19k forks source link

HMD behavior feature request #18437

Open DuckersMcQuack opened 1 year ago

DuckersMcQuack commented 1 year ago

What should happen

Like i feel the VR dolphin emulator behaves, where the 360 sphere you look at the game world in, is whatever fps the game/emu can do. But the camera and movements you do with the HMD, would be in native 60, 75, 90, 120hz or whatever hmd is configured for.

Who would this benefit

Everyone, as it eliminates the motion sickness induced in any game.

Platform (if relevant)

Android

Games this would be useful in

Sims castaway

Other emulators or software with a similar feature

Dolphin VR. https://dolphinvr.wordpress.com/

Checklist

lvonasek commented 1 year ago

What DolphinVR actually does is view reprojection (you see an old frame but it is shown on a new coordinates). This is already done in PPSSPP but it works badly on low FPS and especially bad on Pico headsets.

Your suggestion to render the whole 360 sphere would theoretically work but practically it would kill the performance (as the game would render about 6x more pixels).