mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 16:14:25 -04:00
cs: fix allocator aborts
This commit is contained in:
parent
ebb0bd2b41
commit
8acf0a4fa9
4 changed files with 51 additions and 7 deletions
|
@ -70,7 +70,7 @@ namespace ams::cs {
|
|||
|
||||
alignas(os::MemoryPageSize) constinit u8 g_heap_memory[32_KB];
|
||||
|
||||
alignas(0x40) constinit u8 g_htcs_buffer[1_KB];
|
||||
alignas(0x40) constinit u8 g_htcs_buffer[2_KB];
|
||||
|
||||
constinit os::SdkMutex g_heap_mutex;
|
||||
constinit lmem::HeapHandle g_heap_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue