mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-01 10:52:26 +00:00
use newer sdl2, make bigger stack
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
namespace Common {
|
namespace Common {
|
||||||
|
|
||||||
#ifdef __OPENORBIS__
|
#ifdef __OPENORBIS__
|
||||||
constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096;
|
constexpr size_t DEFAULT_STACK_SIZE = 256 * 4096;
|
||||||
#else
|
#else
|
||||||
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
|
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user