There was an error fetching the commit references. Please try again later.
service: time: Rewrite implementation of glue services.
Showing
- src/core/CMakeLists.txt 28 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/service/time/clock_types.h 91 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 8 additions, 9 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 26 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
- src/core/hle/service/time/standard_steady_clock_core.h 42 additions, 0 deletionssrc/core/hle/service/time/standard_steady_clock_core.h
- src/core/hle/service/time/standard_user_system_clock_core.cpp 77 additions, 0 deletions...core/hle/service/time/standard_user_system_clock_core.cpp
- src/core/hle/service/time/standard_user_system_clock_core.h 57 additions, 0 deletionssrc/core/hle/service/time/standard_user_system_clock_core.h
- src/core/hle/service/time/steady_clock_core.h 55 additions, 0 deletionssrc/core/hle/service/time/steady_clock_core.h
- src/core/hle/service/time/system_clock_context_update_callback.cpp 55 additions, 0 deletions...hle/service/time/system_clock_context_update_callback.cpp
- src/core/hle/service/time/system_clock_context_update_callback.h 43 additions, 0 deletions...e/hle/service/time/system_clock_context_update_callback.h
- src/core/hle/service/time/system_clock_core.cpp 72 additions, 0 deletionssrc/core/hle/service/time/system_clock_core.cpp
- src/core/hle/service/time/system_clock_core.h 71 additions, 0 deletionssrc/core/hle/service/time/system_clock_core.h
Loading
Please register or sign in to comment