mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-09 16:03:21 +00:00
13 lines
267 B
C++
13 lines
267 B
C++
// Copyright 2020 yuzu emulator team
|
|
// Licensed under GPLv2 or any later version
|
|
// Refer to the license.txt file included.
|
|
|
|
#pragma once
|
|
|
|
#include "common/common_types.h"
|
|
|
|
namespace Kernel::Svc {
|
|
|
|
constexpr u32 HandleWaitMask{1u << 30};
|
|
|
|
} // namespace Kernel::Svc
|