-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Significant input lag in all Project Diva games #10195
Comments
I'm not quite sure why it's better in retroarch, so this should be looked into. |
RetroArch has display options to prevent excessive buffering. Including a pretty neat GL swap trick labelled hard sync. |
So basically using this to sync against the GPU: We could also do this in Vulkan. -[Unknown] |
PD Extend has almost zero input lag on my device (Android), and I use touch controls. But PD 2nd has a noticeable input lag (~10-30 ms) |
As noted in #4020, enabling real clock sync helps. @hrydgard, I wonder if it makes sense to reduce the max frames rendered ahead of display when this setting is on. It's already basically a clear choice that input/network should be realtime as possible, so it seems logical to extend to display as well. -[Unknown] |
Yeah, that's not a bad idea. I'm not gonna go poking in the frame timing until well after 1.8.0 though :) |
Yeah, agreed. For 1.8.0, we should probably remember to add to the release notes that if you get a drop in performance, it's because lag sync works correctly now... or maybe we should just flip it off automatically, it mostly didn't work before anyway. -[Unknown] |
I think it's best to keep it turned off automatically. It's best to not have people complaining about a drop in performance soo suddenly. |
I'm gonna change the name of the ini parameter so it gets reset for everybody. |
Just a reminder: PD Extend works great already so make sure you don't break it in 1.9.0! ;) |
I don't plan to break anything, and if I do let me know :) |
Closnig this in favor of #17685 |
I assume the input lag is present in every game, but it''s a major problem in the Project Diva series, for obvious reasons.
Even with the 60 FPS cheat, a wired controller, Aero turned off in Windows 7, the games are basically unplayable on any difficulty other than easy in my opinion. I've tried the Retroarch core, and the difference between it and standalone PPSSPP in terms of input lag is like night and day.
My question is can anything be done to fix or reduce it? I'm using Windows 7, GTX 970, i5. Not that I think those things make any difference.
The text was updated successfully, but these errors were encountered: