[qt] refactor: qt_common lib #94

Merged
crueter merged 53 commits from refactor/qt_common into master 2025-09-15 17:21:19 +02:00
Showing only changes of commit 4356e80e50 - Show all commits

View file

@ -1912,7 +1912,7 @@ bool GMainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPa
/** firmware check */
if (!QtCommon::Content::CheckGameFirmware(params.program_id, *system, this)) {
if (!QtCommon::Content::CheckGameFirmware(params.program_id, this)) {
return false;
}