From d6ec70714adbe403cd74130802fbe020b9371cd1 Mon Sep 17 00:00:00 2001 From: lizzie Date: Fri, 28 Aug 2026 00:15:40 +0000 Subject: [PATCH] [core/hle/services/am] Fix MK8D crash Signed-off-by: lizzie --- src/core/hle/service/am/service/application_functions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/am/service/application_functions.cpp b/src/core/hle/service/am/service/application_functions.cpp index 25a666233f..03d88aeeb3 100644 --- a/src/core/hle/service/am/service/application_functions.cpp +++ b/src/core/hle/service/am/service/application_functions.cpp @@ -324,6 +324,7 @@ Result IApplicationFunctions::NotifyRunning(Out out_became_running) { Result IApplicationFunctions::GetPseudoDeviceId(Out out_pseudo_device_id) { LOG_WARNING(Service_AM, "(stubbed)"); + R_UNLESS(out_pseudo_device_id, ResultUnknown); // This should be hashed with the device specific hash // for now this will do