summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ts.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-10-20 19:29:15 +0200
committerLiam <byteslice@airmail.cc>2023-10-20 19:29:32 +0200
commit2b85e9e997a48714bfa2eca2878ec1f71ca95afe (patch)
tree8029bfae67e2d712e8736c6d938feba26b4d66ee /src/core/hle/service/ptm/ts.h
parentMerge pull request #11748 from liamwhite/kern_1700 (diff)
downloadyuzu-2b85e9e997a48714bfa2eca2878ec1f71ca95afe.tar
yuzu-2b85e9e997a48714bfa2eca2878ec1f71ca95afe.tar.gz
yuzu-2b85e9e997a48714bfa2eca2878ec1f71ca95afe.tar.bz2
yuzu-2b85e9e997a48714bfa2eca2878ec1f71ca95afe.tar.lz
yuzu-2b85e9e997a48714bfa2eca2878ec1f71ca95afe.tar.xz
yuzu-2b85e9e997a48714bfa2eca2878ec1f71ca95afe.tar.zst
yuzu-2b85e9e997a48714bfa2eca2878ec1f71ca95afe.zip
Diffstat (limited to 'src/core/hle/service/ptm/ts.h')
-rw-r--r--src/core/hle/service/ptm/ts.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/hle/service/ptm/ts.h b/src/core/hle/service/ptm/ts.h
index c3f43d5a3..a10a91a64 100644
--- a/src/core/hle/service/ptm/ts.h
+++ b/src/core/hle/service/ptm/ts.h
@@ -14,13 +14,9 @@ public:
~TS() override;
private:
- enum class Location : u8 {
- Internal,
- External,
- };
-
void GetTemperature(HLERequestContext& ctx);
void GetTemperatureMilliC(HLERequestContext& ctx);
+ void OpenSession(HLERequestContext& ctx);
};
} // namespace Service::PTM