mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Qt: Add "Configure Game Patches" to game list (#9154)
This commit is contained in:
parent
ea1cdbfdd8
commit
59b3a3d26b
4 changed files with 19 additions and 3 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue