mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 16:17:56 -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