mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 20:17:53 -05:00
service: time: Implement GetClockSnapshotFromSystemClockContext.
This commit is contained in:
@ -30,6 +30,7 @@ public:
|
||||
void IsStandardNetworkSystemClockAccuracySufficient(Kernel::HLERequestContext& ctx);
|
||||
void CalculateMonotonicSystemClockBaseTimePoint(Kernel::HLERequestContext& ctx);
|
||||
void GetClockSnapshot(Kernel::HLERequestContext& ctx);
|
||||
void GetClockSnapshotFromSystemClockContext(Kernel::HLERequestContext& ctx);
|
||||
void GetSharedMemoryNativeHandle(Kernel::HLERequestContext& ctx);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user