service: caps: Partially implement IAlbumAccessorService

This commit is contained in:
Narr the Reg 2023-10-01 12:49:11 -06:00
parent ed1e1c4ff6
commit 71d3ce3125
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> {