mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
Game-compatibility - improved (#2367)
* Game-compatibility - improved * + none of these texts have a translation \o/ * Fix - html_url has been removed, the url is now built dynamically from the issue_number, and the file has decreased in size from 537kb to 355KB; -Fix QProgressDialog - change the correct directory, from my ford to the official one * TR
This commit is contained in:
@@ -202,10 +202,14 @@ void MainWindow::CreateDockWindows() {
|
||||
}
|
||||
|
||||
void MainWindow::LoadGameLists() {
|
||||
// Load compatibility database
|
||||
if (Config::getCompatibilityEnabled())
|
||||
m_compat_info->LoadCompatibilityFile();
|
||||
|
||||
// Update compatibility database
|
||||
if (Config::getCheckCompatibilityOnStartup()) {
|
||||
if (Config::getCheckCompatibilityOnStartup())
|
||||
m_compat_info->UpdateCompatibilityDatabase(this);
|
||||
}
|
||||
|
||||
// Get game info from game folders.
|
||||
m_game_info->GetGameInfo(this);
|
||||
if (isTableList) {
|
||||
|
||||
Reference in New Issue
Block a user