diff options
| author | 2022-03-10 23:00:41 -0800 | |
|---|---|---|
| committer | 2022-03-14 18:14:53 -0700 | |
| commit | 0f0e1c25bcb4729b7a206b501c8316bde1436b99 (patch) | |
| tree | d1a7e0c7c56894153927d24eb5a5613ece83e631 /src/core/hle | |
| parent | core: hle: kernel: k_condition_variable: Update to reflect tree changes. (diff) | |
| download | yuzu-0f0e1c25bcb4729b7a206b501c8316bde1436b99.tar.gz yuzu-0f0e1c25bcb4729b7a206b501c8316bde1436b99.tar.xz yuzu-0f0e1c25bcb4729b7a206b501c8316bde1436b99.zip | |
core: hle: kernel: svc_types: Add ThreadLocalRegionSize.
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/kernel/svc_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/svc_types.h b/src/core/hle/kernel/svc_types.h index 365e22e4e..b2e9ec092 100644 --- a/src/core/hle/kernel/svc_types.h +++ b/src/core/hle/kernel/svc_types.h | |||
| @@ -96,4 +96,6 @@ constexpr inline s32 IdealCoreNoUpdate = -3; | |||
| 96 | constexpr inline s32 LowestThreadPriority = 63; | 96 | constexpr inline s32 LowestThreadPriority = 63; |
| 97 | constexpr inline s32 HighestThreadPriority = 0; | 97 | constexpr inline s32 HighestThreadPriority = 0; |
| 98 | 98 | ||
| 99 | constexpr inline size_t ThreadLocalRegionSize = 0x200; | ||
| 100 | |||
| 99 | } // namespace Kernel::Svc | 101 | } // namespace Kernel::Svc |