Qt: Add automatic download of redump disc database for game list

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:25 +10:00
parent b937275073
commit 78f984c412
5 changed files with 234 additions and 17 deletions

View File

@@ -30,6 +30,8 @@ protected:
void resizeEvent(QResizeEvent* event);
private:
bool downloadRedumpDatabase(const QString& download_path);
QtHostInterface* m_host_interface;
Ui::GameListSettingsWidget m_ui;