mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 06:37:32 +01:00
kernel: svc_types: Add ThreadActivity.
This commit is contained in:
parent
1772ebeb1e
commit
1470338458
@ -77,6 +77,11 @@ enum class ArbitrationType : u32 {
|
|||||||
WaitIfEqual = 2,
|
WaitIfEqual = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum class ThreadActivity : u32 {
|
||||||
|
Runnable = 0,
|
||||||
|
Paused = 1,
|
||||||
|
};
|
||||||
|
|
||||||
constexpr inline s32 IdealCoreDontCare = -1;
|
constexpr inline s32 IdealCoreDontCare = -1;
|
||||||
constexpr inline s32 IdealCoreUseProcessValue = -2;
|
constexpr inline s32 IdealCoreUseProcessValue = -2;
|
||||||
constexpr inline s32 IdealCoreNoUpdate = -3;
|
constexpr inline s32 IdealCoreNoUpdate = -3;
|
||||||
|
Loading…
Reference in New Issue
Block a user