From dcc09a43d901108b4e127541ad78ed87e5736baa Mon Sep 17 00:00:00 2001 From: Ishan09811 <156402647+Ishan09811@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:17:53 +0530 Subject: [PATCH] Update ITimeZoneService.h --- app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h b/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h index 09576630..149f087b 100644 --- a/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h +++ b/app/src/main/cpp/skyline/services/timesrv/ITimeZoneService.h @@ -6,6 +6,7 @@ #include namespace skyline::service::timesrv { + inline long customRtc = 0; namespace core { struct TimeServiceObject; }