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

[Qt] graphixes #3441

Merged
merged 2 commits into from Sep 17, 2017
Merged

[Qt] graphixes #3441

merged 2 commits into from Sep 17, 2017

Conversation

Megamouse
Copy link
Contributor

kd-11 noticed some strange behaviour with vulkan adapters not saving.
As I looked into it I found that oldRender was initiated instead of m_oldRender before the first render switch and then never used. So m_oldRender was only ever set after two render switches which also meant saving worked only then.

Then I was annoyed by having to check for every renderer manually so I just went and made it more generalized for any renderers to come (may there ever be more than those we currently have)

I hope I didn't miss anything in the procedure since I'm so tired xD

@mention-bot
Copy link

@Megamouse, thanks for your PR! By analyzing the history of the files in this pull request, we identified @flash-fire, @scribam and @kd-11 to be potential reviewers.

@AniLeo AniLeo merged commit b141b43 into RPCS3:master Sep 17, 2017
@Megamouse Megamouse deleted the vulkan_fix branch September 22, 2017 10:48
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

Successfully merging this pull request may close these issues.

None yet

4 participants