There was an error fetching the commit references. Please try again later.
Merge pull request #3271 from bunnei/time-rewrite
service: time: Rewrite implementation of glue services.
Showing
- src/core/CMakeLists.txt 30 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/file_sys/system_archive/system_archive.cpp 2 additions, 1 deletionsrc/core/file_sys/system_archive/system_archive.cpp
- src/core/file_sys/system_archive/time_zone_binary.cpp 657 additions, 0 deletionssrc/core/file_sys/system_archive/time_zone_binary.cpp
- src/core/file_sys/system_archive/time_zone_binary.h 14 additions, 0 deletionssrc/core/file_sys/system_archive/time_zone_binary.h
- src/core/hle/service/acc/acc.cpp 1 addition, 1 deletionsrc/core/hle/service/acc/acc.cpp
- src/core/hle/service/acc/profile_manager.cpp 7 additions, 7 deletionssrc/core/hle/service/acc/profile_manager.cpp
- src/core/hle/service/acc/profile_manager.h 14 additions, 13 deletionssrc/core/hle/service/acc/profile_manager.h
- src/core/hle/service/friend/friend.cpp 1 addition, 1 deletionsrc/core/hle/service/friend/friend.cpp
- src/core/hle/service/mii/mii_manager.h 78 additions, 78 deletionssrc/core/hle/service/mii/mii_manager.h
- src/core/hle/service/time/clock_types.h 103 additions, 0 deletionssrc/core/hle/service/time/clock_types.h
- src/core/hle/service/time/ephemeral_network_system_clock_context_writer.h 16 additions, 0 deletions...vice/time/ephemeral_network_system_clock_context_writer.h
- src/core/hle/service/time/ephemeral_network_system_clock_core.h 17 additions, 0 deletions...re/hle/service/time/ephemeral_network_system_clock_core.h
- src/core/hle/service/time/errors.h 22 additions, 0 deletionssrc/core/hle/service/time/errors.h
- src/core/hle/service/time/interface.cpp 9 additions, 10 deletionssrc/core/hle/service/time/interface.cpp
- src/core/hle/service/time/interface.h 6 additions, 5 deletionssrc/core/hle/service/time/interface.h
- src/core/hle/service/time/local_system_clock_context_writer.h 28 additions, 0 deletions...core/hle/service/time/local_system_clock_context_writer.h
- src/core/hle/service/time/network_system_clock_context_writer.h 28 additions, 0 deletions...re/hle/service/time/network_system_clock_context_writer.h
- src/core/hle/service/time/standard_local_system_clock_core.h 17 additions, 0 deletionssrc/core/hle/service/time/standard_local_system_clock_core.h
- src/core/hle/service/time/standard_network_system_clock_core.h 46 additions, 0 deletions...ore/hle/service/time/standard_network_system_clock_core.h
- src/core/hle/service/time/standard_steady_clock_core.cpp 26 additions, 0 deletionssrc/core/hle/service/time/standard_steady_clock_core.cpp
Loading
Please register or sign in to comment