mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 09:57:59 -05:00
hle: kernel: Recode implementation of KThread to be more accurate.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user