mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 20:07:51 -05: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