summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ptm/ts.h')
-rw-r--r--src/core/hle/service/ptm/ts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ptm/ts.h b/src/core/hle/service/ptm/ts.h
index 39a734ef7..39d51847e 100644
--- a/src/core/hle/service/ptm/ts.h
+++ b/src/core/hle/service/ptm/ts.h
@@ -20,6 +20,7 @@ private:
};
void GetTemperature(Kernel::HLERequestContext& ctx);
+ void GetTemperatureMilliC(Kernel::HLERequestContext& ctx);
};
} // namespace Service::PTM