Merge pull request #6806 from spycrab/qt_iowindow_crash

Qt/IOWindow: Fix crash
This commit is contained in:
spycrab 2018-05-10 21:18:48 +02:00 committed by GitHub
commit 3cca051850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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())