mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 03:47:58 -05:00
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
|
||||
namespace Kernel::Svc {
|
||||
|
||||
constexpr s32 ArgumentHandleCountMax = 0x40;
|
||||
constexpr u32 HandleWaitMask{1u << 30};
|
||||
|
||||
} // namespace Kernel::Svc
|
||||
|
Reference in New Issue
Block a user