service: caps: Partially implement IAlbumAccessorService

This commit is contained in:
Narr the Reg
2023-10-01 12:49:11 -06:00
parent 2fa53ec1d9
commit c334959440
5 changed files with 450 additions and 15 deletions

View File

@ -48,6 +48,10 @@ class IContentManagementInterface final : public ServiceFramework<IContentManage
public:
explicit IContentManagementInterface(Core::System& system_);
~IContentManagementInterface() override;
private:
void GetTotalSpaceSize(HLERequestContext& ctx);
void GetFreeSpaceSize(HLERequestContext& ctx);
};
class IDocumentInterface final : public ServiceFramework<IDocumentInterface> {