Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
cbc626fc70
commit
f05856961a
1 changed files with 1 additions and 1 deletions
|
@ -1908,7 +1908,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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue