early-access version 1515

main
pineappleEA 2021-03-11 00:17:09 +01:00
parent 2e02de8e7f
commit c10fb7efcc
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 1514. This is the source code for early-access 1515.
## Legal Notice ## Legal Notice

View File

@ -11,7 +11,7 @@
namespace Common { namespace Common {
constexpr std::size_t default_stack_size = 256 * 1024; constexpr std::size_t default_stack_size = 512 * 1024;
struct Fiber::FiberImpl { struct Fiber::FiberImpl {
FiberImpl() : stack{default_stack_size}, rewind_stack{default_stack_size} {} FiberImpl() : stack{default_stack_size}, rewind_stack{default_stack_size} {}