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: Fix games crashing on start #5471

Merged
merged 1 commit into from
May 24, 2017

Conversation

spycrab
Copy link
Contributor

@spycrab spycrab commented May 23, 2017

Fixes a regression caused by the button mapping windows

@JosJuice
Copy link
Member

Is this a fix for https://bugs.dolphin-emu.org/issues/10300 ?

@spycrab
Copy link
Contributor Author

spycrab commented May 23, 2017

Yes. But I thought that Qt Bugs didn't belong in the bug tracker?

@JosJuice
Copy link
Member

JosJuice commented May 23, 2017

If it's in the https://github.com/dolphin-emu/dolphin repo, it belongs on the bug tracker. At least that's what I've been going by, and I think it makes sense. Did anyone say something else?

@spycrab
Copy link
Contributor Author

spycrab commented May 23, 2017

@JosJuice Well...the UI itself says so:
Screenshot

But I guess that's up for discussion (although I'd prefer to discuss this in IRC instead of adding more nonsensical comments to this PR)

if (g_controller_interface.IsInit())
return;

g_controller_interface.Initialize(reinterpret_cast<void*>(reinterpret_cast<void*>(winId())));

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@leoetlino leoetlino merged commit 0d7faf8 into dolphin-emu:master May 24, 2017
@leoetlino leoetlino modified the milestone: Qt Sep 13, 2017
@spycrab spycrab deleted the qt_crash_gamestart branch April 14, 2018 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants