mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 20:17:50 -05:00
kernel: convert KPort, KSession
This commit is contained in:
@ -926,6 +926,7 @@ private:
|
||||
ThreadWaitReasonForDebugging wait_reason_for_debugging{};
|
||||
uintptr_t argument{};
|
||||
VAddr stack_top{};
|
||||
std::string name{};
|
||||
|
||||
public:
|
||||
using ConditionVariableThreadTreeType = ConditionVariableThreadTree;
|
||||
|
Reference in New Issue
Block a user