From 87a65612da0f5952b98a3545cc3bd370dfa579c5 Mon Sep 17 00:00:00 2001 From: Maufeat Date: Mon, 10 Nov 2025 17:00:03 +0100 Subject: [PATCH] add nandsystem storage id to application info base --- src/core/hle/service/acc/acc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp index 76b0ba8818..56d0474cfb 100644 --- a/src/core/hle/service/acc/acc.cpp +++ b/src/core/hle/service/acc/acc.cpp @@ -934,6 +934,7 @@ Result Module::Interface::InitializeApplicationInfoBase() { application_info.application_type = ApplicationType::GameCard; break; case FileSys::StorageId::Host: + case FileSys::StorageId::NandSystem: case FileSys::StorageId::NandUser: case FileSys::StorageId::SdCard: case FileSys::StorageId::None: // Yuzu specific, differs from hardware