From fe04a7523a1f06f62fc1cb2337d7718664aaae2f Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Wed, 11 Oct 2023 18:41:56 -0600 Subject: service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecated --- src/core/hle/service/caps/caps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/caps/caps.cpp') diff --git a/src/core/hle/service/caps/caps.cpp b/src/core/hle/service/caps/caps.cpp index 286f9fd10..31dd98140 100644 --- a/src/core/hle/service/caps/caps.cpp +++ b/src/core/hle/service/caps/caps.cpp @@ -16,7 +16,7 @@ namespace Service::Capture { void LoopProcess(Core::System& system) { auto server_manager = std::make_unique(system); - auto album_manager = std::make_shared(); + auto album_manager = std::make_shared(system); server_manager->RegisterNamedService( "caps:a", std::make_shared(system, album_manager)); -- cgit v1.2.3