Skip to content
Permalink
Browse files
Merge pull request #6806 from spycrab/qt_iowindow_crash
Qt/IOWindow: Fix crash
  • Loading branch information
spycrab committed May 10, 2018
2 parents d8e1d2d + 146979f commit 3cca051
Showing 1 changed file with 3 additions and 0 deletions.
@@ -217,6 +217,9 @@ void IOWindow::UpdateOptionList()

const auto device = g_controller_interface.FindDevice(m_devq);

if (device == nullptr)
return;

if (m_reference->IsInput())
{
for (const auto* input : device->Inputs())

0 comments on commit 3cca051

Please sign in to comment.