mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 08:45:45 +00:00
hle: kernel: Recode implementation of KThread to be more accurate.
This commit is contained in:
parent
25cece3cea
commit
f34dd04d09
14 changed files with 1583 additions and 806 deletions
|
@ -126,9 +126,6 @@ public:
|
|||
return server_session;
|
||||
}
|
||||
|
||||
using WakeupCallback = std::function<void(
|
||||
std::shared_ptr<KThread> thread, HLERequestContext& context, ThreadWakeupReason reason)>;
|
||||
|
||||
/// Populates this context with data from the requesting process/thread.
|
||||
ResultCode PopulateFromIncomingCommandBuffer(const HandleTable& handle_table,
|
||||
u32_le* src_cmdbuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue