cs: fix allocator aborts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user