2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle/service/time
lat9nq 5d9dd88387 tz_content_manager: Try the system time zone first
If we can't find the normal time zone string, try searching for the
closest one.
2023-06-05 15:15:11 -04:00
..
clock_types.h time: implement ContinuousAdjustmentTimePoint 2023-05-11 21:05:27 -04:00
ephemeral_network_system_clock_context_writer.h
ephemeral_network_system_clock_core.h
errors.h
local_system_clock_context_writer.h
network_system_clock_context_writer.h
standard_local_system_clock_core.h
standard_network_system_clock_core.h
standard_steady_clock_core.cpp
standard_steady_clock_core.h
standard_user_system_clock_core.cpp
standard_user_system_clock_core.h
steady_clock_core.h
system_clock_context_update_callback.cpp
system_clock_context_update_callback.h
system_clock_core.cpp
system_clock_core.h
tick_based_steady_clock_core.cpp
tick_based_steady_clock_core.h
time.cpp service: move hle_ipc from kernel 2023-03-01 10:39:49 -05:00
time.h service: move hle_ipc from kernel 2023-03-01 10:39:49 -05:00
time_interface.cpp
time_interface.h
time_manager.cpp time: Remove auto timezone consideration 2023-06-05 15:15:11 -04:00
time_manager.h time: Remove auto timezone consideration 2023-06-05 15:15:11 -04:00
time_sharedmemory.cpp time: implement ContinuousAdjustmentTimePoint 2023-05-11 21:05:27 -04:00
time_sharedmemory.h time: implement ContinuousAdjustmentTimePoint 2023-05-11 21:05:27 -04:00
time_zone_content_manager.cpp tz_content_manager: Try the system time zone first 2023-06-05 15:15:11 -04:00
time_zone_content_manager.h
time_zone_manager.cpp remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 2023-02-14 12:35:39 -05:00
time_zone_manager.h
time_zone_service.cpp service: move hle_ipc from kernel 2023-03-01 10:39:49 -05:00
time_zone_service.h service: move hle_ipc from kernel 2023-03-01 10:39:49 -05:00
time_zone_types.h