summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/ns.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 19:46:18 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commit2eded86b4b525fad4221115b716700d63ad8438f (patch)
tree284865b9809b7787a4aeb0f0ad774419ddca79f0 /src/core/hle/service/ns/ns.h
parentns: rewrite IReadOnlyApplicationRecordInterface (diff)
downloadyuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar
yuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar.gz
yuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar.bz2
yuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar.lz
yuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar.xz
yuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar.zst
yuzu-2eded86b4b525fad4221115b716700d63ad8438f.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/ns/ns.h10
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 20a2243ff..39a6b6f21 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 IReadOnlyApplicationControlDataInterface final
- : public ServiceFramework<IReadOnlyApplicationControlDataInterface> {
-public:
- explicit IReadOnlyApplicationControlDataInterface(Core::System& system_);
- ~IReadOnlyApplicationControlDataInterface() override;
-
-private:
- void GetApplicationControlData(HLERequestContext& ctx);
-};
-
class NS final : public ServiceFramework<NS> {
public:
explicit NS(const char* name, Core::System& system_);