mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-11 13:48:48 -04: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