mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-07-02 00:26:02 +02:00
use newer sdl2, make bigger stack
This commit is contained in:
parent
d251fd2382
commit
c9efb1e7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
namespace Common {
|
||||
|
||||
#ifdef __OPENORBIS__
|
||||
constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096;
|
||||
constexpr size_t DEFAULT_STACK_SIZE = 256 * 4096;
|
||||
#else
|
||||
constexpr size_t DEFAULT_STACK_SIZE = 512 * 4096;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue