svc_common.h 312 B

1234567891011121314
  1. // Copyright 2020 yuzu emulator team
  2. // Licensed under GPLv2 or any later version
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include "common/common_types.h"
  6. namespace Kernel::Svc {
  7. constexpr s32 ArgumentHandleCountMax = 0x40;
  8. constexpr u32 HandleWaitMask{1u << 30};
  9. } // namespace Kernel::Svc