summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 18:22:16 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commit786fc512e244b47d37d71e940cb70a5f7e59cb20 (patch)
tree02a7d38d951bdf5b08b922f9cd7aed4934052156 /src/core/hle/service/ns/ns.h
parentns: add IDynamicRightsInterface (diff)
downloadyuzu-786fc512e244b47d37d71e940cb70a5f7e59cb20.tar
yuzu-786fc512e244b47d37d71e940cb70a5f7e59cb20.tar.gz
yuzu-786fc512e244b47d37d71e940cb70a5f7e59cb20.tar.bz2
yuzu-786fc512e244b47d37d71e940cb70a5f7e59cb20.tar.lz
yuzu-786fc512e244b47d37d71e940cb70a5f7e59cb20.tar.xz
yuzu-786fc512e244b47d37d71e940cb70a5f7e59cb20.tar.zst
yuzu-786fc512e244b47d37d71e940cb70a5f7e59cb20.zip
Diffstat (limited to 'src/core/hle/service/ns/ns.h')
-rw-r--r--src/core/hle/service/ns/ns.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/hle/service/ns/ns.h b/src/core/hle/service/ns/ns.h
index 197895cdf..20a2243ff 100644
--- a/src/core/hle/service/ns/ns.h
+++ b/src/core/hle/service/ns/ns.h
@@ -32,17 +32,6 @@ private:
void ConvertApplicationLanguageToLanguageCode(HLERequestContext& ctx);
};
-class IReadOnlyApplicationRecordInterface final
- : public ServiceFramework<IReadOnlyApplicationRecordInterface> {
-public:
- explicit IReadOnlyApplicationRecordInterface(Core::System& system_);
- ~IReadOnlyApplicationRecordInterface() override;
-
-private:
- void HasApplicationRecord(HLERequestContext& ctx);
- void IsDataCorruptedResult(HLERequestContext& ctx);
-};
-
class IReadOnlyApplicationControlDataInterface final
: public ServiceFramework<IReadOnlyApplicationControlDataInterface> {
public: