Explorar o código

kernel: Increase default stack size to 64K.

bunnei %!s(int64=8) %!d(string=hai) anos
pai
achega
bd58c5470c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/kernel/kernel.h

+ 1 - 1
src/core/hle/kernel/kernel.h

@@ -35,7 +35,7 @@ enum class HandleType : u32 {
 };
 
 enum {
-    DEFAULT_STACK_SIZE = 0x4000,
+    DEFAULT_STACK_SIZE = 0x10000,
 };
 
 enum class ResetType {