Browse Source
fix
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/94/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main.cpp
|
|
|
@ -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; |
|
|
|
} |
|
|
|
|
|
|
|
|