From 8fb655a2420a2e9a3b7aa216b398b0309803d5f2 Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 30 Aug 2025 20:30:19 -0400 Subject: [PATCH] fix Signed-off-by: crueter --- src/yuzu/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 7db448af01..30ea8702be 100644 --- a/src/yuzu/main.cpp +++ b/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; }