service: Add proper GetCacheStorageMax implementation to IApplicationFunctions

This commit is contained in:
Leystryku
2024-02-18 05:02:35 +01:00
parent 82949085c0
commit d93fdc8a6c
3 changed files with 17 additions and 7 deletions

View File

@@ -762,4 +762,4 @@ void FSP_SRV::OpenMultiCommitManager(HLERequestContext& ctx) {
rb.PushIpcInterface<IMultiCommitManager>(std::make_shared<IMultiCommitManager>(system));
}
} // namespace Service::FileSystem
} // namespace Service::FileSystem