mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
core: hle: kernel: Rename Thread to KThread.
This commit is contained in:
parent
9f626d9b94
commit
3d70b4a4ea
45 changed files with 271 additions and 272 deletions
|
@ -121,7 +121,7 @@ private:
|
|||
};
|
||||
|
||||
ResultCode Module::Interface::GetClockSnapshotFromSystemClockContextInternal(
|
||||
Kernel::Thread* thread, Clock::SystemClockContext user_context,
|
||||
Kernel::KThread* thread, Clock::SystemClockContext user_context,
|
||||
Clock::SystemClockContext network_context, u8 type, Clock::ClockSnapshot& clock_snapshot) {
|
||||
|
||||
auto& time_manager{system.GetTimeManager()};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue