mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
patch_manager: add download button
This commit is contained in:
parent
1e4655aef6
commit
46e8b4f561
10 changed files with 147 additions and 22 deletions
|
|
@ -16,7 +16,7 @@ game_compatibility::game_compatibility(std::shared_ptr<gui_settings> settings, Q
|
|||
, m_gui_settings(settings)
|
||||
{
|
||||
m_filepath = m_gui_settings->GetSettingsDir() + "/compat_database.dat";
|
||||
m_downloader = new downloader("Compat Update", parent);
|
||||
m_downloader = new downloader(parent);
|
||||
RequestCompatibility();
|
||||
|
||||
connect(m_downloader, &downloader::signal_download_error, this, &game_compatibility::handle_download_error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue