mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-26 05:56:33 -05:00
core: hle: kernel: svc_types: Add ThreadLocalRegionSize.
This commit is contained in:
@@ -96,4 +96,6 @@ constexpr inline s32 IdealCoreNoUpdate = -3;
|
||||
constexpr inline s32 LowestThreadPriority = 63;
|
||||
constexpr inline s32 HighestThreadPriority = 0;
|
||||
|
||||
constexpr inline size_t ThreadLocalRegionSize = 0x200;
|
||||
|
||||
} // namespace Kernel::Svc
|
||||
|
Reference in New Issue
Block a user