summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-10-01 20:49:11 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-10-02 20:38:03 +0200
commitc3349594403bd7d39a38fef0c2b73c449e651f49 (patch)
treec98d325ac60fc7288b4427a8a00499b3ae066e79 /src/core/hle/service/ns/ns.h
parentyuzu: Allow to launch album applet from firmware (diff)
downloadyuzu-c3349594403bd7d39a38fef0c2b73c449e651f49.tar
yuzu-c3349594403bd7d39a38fef0c2b73c449e651f49.tar.gz
yuzu-c3349594403bd7d39a38fef0c2b73c449e651f49.tar.bz2
yuzu-c3349594403bd7d39a38fef0c2b73c449e651f49.tar.lz
yuzu-c3349594403bd7d39a38fef0c2b73c449e651f49.tar.xz
yuzu-c3349594403bd7d39a38fef0c2b73c449e651f49.tar.zst
yuzu-c3349594403bd7d39a38fef0c2b73c449e651f49.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/ns/ns.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/ns.h b/src/core/hle/service/ns/ns.h
index 175dad780..34d2a45dc 100644
--- a/src/core/hle/service/ns/ns.h
+++ b/src/core/hle/service/ns/ns.h
@@ -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> {