mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 05:47:57 -05:00
kernel: Increase default stack size to 64K.
This commit is contained in:
@ -35,7 +35,7 @@ enum class HandleType : u32 {
|
|||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
DEFAULT_STACK_SIZE = 0x4000,
|
DEFAULT_STACK_SIZE = 0x10000,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class ResetType {
|
enum class ResetType {
|
||||||
|
Reference in New Issue
Block a user