litucks-torzu/src/core/hle/service/time
Morph fd5ef1970c service: time: Use GetFileRelative to get files within subdirectories
The timezone info file can be within subdirectories (such as Asia/Tokyo), use GetFileRelative instead of GetFile to get files within subdirectories.
2021-06-18 11:25:26 -04:00
..
clock_types.h general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
ephemeral_network_system_clock_context_writer.h
ephemeral_network_system_clock_core.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
errors.h
interface.cpp
interface.h
local_system_clock_context_writer.h general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
network_system_clock_context_writer.h general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
standard_local_system_clock_core.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
standard_network_system_clock_core.h general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
standard_steady_clock_core.cpp
standard_steady_clock_core.h
standard_user_system_clock_core.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
standard_user_system_clock_core.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
steady_clock_core.h
system_clock_context_update_callback.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
system_clock_context_update_callback.h
system_clock_core.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
system_clock_core.h general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
tick_based_steady_clock_core.cpp
tick_based_steady_clock_core.h
time.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
time.h
time_manager.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
time_manager.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_sharedmemory.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_sharedmemory.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_zone_content_manager.cpp service: time: Use GetFileRelative to get files within subdirectories 2021-06-18 11:25:26 -04:00
time_zone_content_manager.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
time_zone_manager.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
time_zone_manager.h
time_zone_service.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
time_zone_service.h
time_zone_types.h