Skip to content
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

Scroll is not smooth with VSYNC ON #2

Open
vanfanel opened this issue Dec 8, 2021 · 1 comment
Open

Scroll is not smooth with VSYNC ON #2

vanfanel opened this issue Dec 8, 2021 · 1 comment

Comments

@vanfanel
Copy link

vanfanel commented Dec 8, 2021

Hi there,

Recently, the general VSYNC option was added to upstream Scummvm.
Activating VSYNC in Scummvm prevents tearing, and makes scrolling sections smooth. For example, on the Ween (PC-DOS) intro there's a scrolling sequence that's perfectly smooth on upstream Scummvm.

However, using this libretro backend, the same sequence is not smooth: engine updates don't seem to be synchronized with the host screen refresh rate.
Would it be possible to fix this, please?

Thanks!

@diablodiab
Copy link
Owner

Functionality like this is what I'm hoping might be addressed if this backend is adopted as an official libretro core. Making full use of the capabilities of libretro, such as proper 3D acceleration, vsync, etc. is where the main libretro team comes in.

I'm focusing mainly on keeping the libretro backend compatible with upstream ScumVM and not implementing improvements to the functionality of the backend itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants