summaryrefslogtreecommitdiff
path: root/src/core/hle
diff options
context:
space:
mode:
authorGravatar bunnei2022-03-10 23:00:41 -0800
committerGravatar bunnei2022-03-14 18:14:53 -0700
commit0f0e1c25bcb4729b7a206b501c8316bde1436b99 (patch)
treed1a7e0c7c56894153927d24eb5a5613ece83e631 /src/core/hle
parentcore: hle: kernel: k_condition_variable: Update to reflect tree changes. (diff)
downloadyuzu-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.h2
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;
96constexpr inline s32 LowestThreadPriority = 63; 96constexpr inline s32 LowestThreadPriority = 63;
97constexpr inline s32 HighestThreadPriority = 0; 97constexpr inline s32 HighestThreadPriority = 0;
98 98
99constexpr inline size_t ThreadLocalRegionSize = 0x200;
100
99} // namespace Kernel::Svc 101} // namespace Kernel::Svc