Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-08-30 20:30:19 -04:00
parent be4d1f7358
commit 8fb655a242

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;
}