mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 20:57:57 -05:00
kernel: Move stack region outside of application heap.
This commit is contained in:
@ -33,10 +33,6 @@ enum class HandleType : u32 {
|
||||
ServerSession,
|
||||
};
|
||||
|
||||
enum {
|
||||
DEFAULT_STACK_SIZE = 0x10000,
|
||||
};
|
||||
|
||||
enum class ResetType {
|
||||
OneShot,
|
||||
Sticky,
|
||||
|
Reference in New Issue
Block a user