mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 13:58:08 -05:00
kernel: svc_types: Add ThreadActivity.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user