mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-30 15:49:14 +00:00
core: hle: kernel: Rename Thread to KThread.
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
private:
|
||||
ResultCode GetClockSnapshotFromSystemClockContextInternal(
|
||||
Kernel::Thread* thread, Clock::SystemClockContext user_context,
|
||||
Kernel::KThread* thread, Clock::SystemClockContext user_context,
|
||||
Clock::SystemClockContext network_context, u8 type,
|
||||
Clock::ClockSnapshot& cloc_snapshot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user