mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 16:12:32 -07: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