summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_service.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-07-14 17:37:03 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-05 21:15:11 +0200
commita40e0fdf9e287d962108731ebb515ee0fa4ee155 (patch)
treee28c860b01d818cd009c95939f5a87f2e35e3157 /src/core/hle/service/time/time_zone_service.h
parenttime_zone_manager: Implement go_ahead/go_back (diff)
downloadyuzu-a40e0fdf9e287d962108731ebb515ee0fa4ee155.tar
yuzu-a40e0fdf9e287d962108731ebb515ee0fa4ee155.tar.gz
yuzu-a40e0fdf9e287d962108731ebb515ee0fa4ee155.tar.bz2
yuzu-a40e0fdf9e287d962108731ebb515ee0fa4ee155.tar.lz
yuzu-a40e0fdf9e287d962108731ebb515ee0fa4ee155.tar.xz
yuzu-a40e0fdf9e287d962108731ebb515ee0fa4ee155.tar.zst
yuzu-a40e0fdf9e287d962108731ebb515ee0fa4ee155.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/time/time_zone_service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/time/time_zone_service.h b/src/core/hle/service/time/time_zone_service.h
index ea83b5714..952fcb0e2 100644
--- a/src/core/hle/service/time/time_zone_service.h
+++ b/src/core/hle/service/time/time_zone_service.h
@@ -22,6 +22,9 @@ public:
private:
void GetDeviceLocationName(HLERequestContext& ctx);
+ void GetTotalLocationNameCount(HLERequestContext& ctx);
+ void LoadLocationNameList(HLERequestContext& ctx);
+ void GetTimeZoneRuleVersion(HLERequestContext& ctx);
void LoadTimeZoneRule(HLERequestContext& ctx);
void ToCalendarTime(HLERequestContext& ctx);
void ToCalendarTimeWithMyRule(HLERequestContext& ctx);