Browse Source

use newer sdl2, make bigger stack

eden-orbis-ps4
lizzie 8 months ago
parent
commit
8096fd960f
  1. 2
      src/common/fiber.cpp

2
src/common/fiber.cpp

@ -15,7 +15,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…
Cancel
Save