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/ControllersWindow: Fix changing devices while emulation is running #6838

Merged
merged 1 commit into from
May 13, 2018

Conversation

spycrab
Copy link
Contributor

@spycrab spycrab commented May 13, 2018

No description provided.

@spycrab spycrab force-pushed the qt_map_save branch 2 times, most recently from bfc3f22 to 9a93a1a Compare May 13, 2018 10:31
@@ -498,6 +502,7 @@ void ControllersWindow::SaveSettings()
const int index = m_wiimote_boxes[i]->currentIndex();
g_wiimote_sources[i] = index;
m_wiimote_buttons[i]->setEnabled(index != 0 && index != 2);
WiimoteReal::ChangeWiimoteSource(static_cast<u32>(i), index);

This comment was marked as off-topic.

m_gc_buttons[i]->setEnabled(index != 0 && index != 6);

if (Core::IsRunning())

This comment was marked as off-topic.

@spycrab spycrab merged commit 17795a6 into dolphin-emu:master May 13, 2018
@spycrab spycrab deleted the qt_map_save branch May 13, 2018 16:17
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.

2 participants