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

VideoCommon: Skip vsync if configured emulation speed is not 100% #7398

Merged
merged 1 commit into from Sep 16, 2018

Conversation

Techjar
Copy link
Contributor

@Techjar Techjar commented Sep 5, 2018

It doesn't make much sense to try to vsync at weird framerates, and vsync actually causes the speed setting to not work as expected.

This also fixes the catch-up in NetPlay host input authority mode not working when vsync is enabled.

It doesn't make much sense to try to vsync at weird framerates, and
vsync actually causes the speed setting to not work as expected.
@MayImilae
Copy link
Contributor

MayImilae commented Sep 5, 2018

This needs at minimum some text in the description talking about this. But more ideally it would be a separate option, like how PC games call this "Adaptive Vsync".

Nevermind! Misunderstood what it was.

@Techjar
Copy link
Contributor Author

Techjar commented Sep 5, 2018

@MayImilae This is not adaptive vsync, so adding an option for it would make no sense. This only reads the configured emulation speed (i.e. the dropdown menu in general config), and has no relation to the actual emulation speed as seen in the window title.

@leoetlino leoetlino merged commit c49eb2d into dolphin-emu:master Sep 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants