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

VideoConfigDiag: Refresh VideoConfig before opening configuration dialog #5590

Merged
merged 1 commit into from Jun 10, 2017

Conversation

merryhime
Copy link
Contributor

@merryhime merryhime commented Jun 10, 2017

If the video configuration dialog is opened before a game was run, VideoConfig::Refresh was never called.

This results in:
(a) incorrect settings being shown, and
(b) the configuration change callback never being registered.

Went to check why this wasn't a problem previously, it was because I had removed this line without replacing it with anything that loads the settings.

If the video configuration dialog is opened before a game was run, VideoConfig::Refresh was never called.
@mimimi085181
Copy link
Contributor

Thanks, this seems to fix the issue with the greyed out xfb settings as well as not saving the texture cache and AA setting.

@leoetlino leoetlino merged commit f2a6e39 into dolphin-emu:master Jun 10, 2017
@merryhime merryhime deleted the vcd-refresh branch June 10, 2017 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants