From 38a89c1a179a4585e4bd6f221e7b3443866c82a9 Mon Sep 17 00:00:00 2001 From: IamSanjid Date: Mon, 25 Apr 2022 00:25:25 +0600 Subject: [PATCH] adding `OpenBisStorage` to the list --- src/core/hle/service/filesystem/fsp_srv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/filesystem/fsp_srv.cpp b/src/core/hle/service/filesystem/fsp_srv.cpp index ed7e63b5eb..d6fb75f587 100644 --- a/src/core/hle/service/filesystem/fsp_srv.cpp +++ b/src/core/hle/service/filesystem/fsp_srv.cpp @@ -690,7 +690,7 @@ FSP_SRV::FSP_SRV(Core::System& system_) {8, nullptr, "OpenFileSystemWithId"}, {9, nullptr, "OpenDataFileSystemByApplicationId"}, {11, &FSP_SRV::OpenBisFileSystem, "OpenBisFileSystem"}, - {12, nullptr, "OpenBisStorage"}, + {12, &FSP_SRV::OpenBisStorage, "OpenBisStorage"}, {13, nullptr, "InvalidateBisCache"}, {17, nullptr, "OpenHostFileSystem"}, {18, &FSP_SRV::OpenSdCardFileSystem, "OpenSdCardFileSystem"},