diff options
author | Liam <byteslice@airmail.cc> | 2024-02-17 18:09:07 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-02-18 16:32:21 +0100 |
commit | bb59940b038e9f089646727f720111b216c9886b (patch) | |
tree | db359d2957f2c5a1bf381cb725207fb36da0ed14 /src/core/hle/service/ns/ns.h | |
parent | ns: rewrite IContentManagementInterface (diff) | |
download | yuzu-bb59940b038e9f089646727f720111b216c9886b.tar yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.gz yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.bz2 yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.lz yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.xz yuzu-bb59940b038e9f089646727f720111b216c9886b.tar.zst yuzu-bb59940b038e9f089646727f720111b216c9886b.zip |
Diffstat (limited to 'src/core/hle/service/ns/ns.h')
-rw-r--r-- | src/core/hle/service/ns/ns.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/hle/service/ns/ns.h b/src/core/hle/service/ns/ns.h index 27ccda38d..3e838373c 100644 --- a/src/core/hle/service/ns/ns.h +++ b/src/core/hle/service/ns/ns.h @@ -32,16 +32,6 @@ private: void ConvertApplicationLanguageToLanguageCode(HLERequestContext& ctx); }; -class IDocumentInterface final : public ServiceFramework<IDocumentInterface> { -public: - explicit IDocumentInterface(Core::System& system_); - ~IDocumentInterface() override; - -private: - void ResolveApplicationContentPath(HLERequestContext& ctx); - void GetRunningApplicationProgramId(HLERequestContext& ctx); -}; - class IDownloadTaskInterface final : public ServiceFramework<IDownloadTaskInterface> { public: explicit IDownloadTaskInterface(Core::System& system_); |