Qt: Add "Configure Game Patches" to game list (#9154)

This commit is contained in:
Megamouse 2020-10-29 07:02:05 +01:00 committed by GitHub
parent ea1cdbfdd8
commit 59b3a3d26b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 3 deletions

View file

@ -1649,7 +1649,7 @@ void main_window::CreateConnects()
}
}
}
patch_manager_dialog patch_manager(m_gui_settings, games, this);
patch_manager_dialog patch_manager(m_gui_settings, games, "", this);
patch_manager.exec();
});