From 6e4b9fc267e6db59fc16caf9494d14a73c1119e2 Mon Sep 17 00:00:00 2001 From: N2614 Date: Tue, 15 Apr 2014 07:41:57 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=83=AB=E3=83=99=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E7=94=A8=E3=82=B9=E3=82=BF=E3=83=83=E3=82=AF=E3=81=AE=E3=82=B5?= =?UTF-8?q?=E3=82=A4=E3=82=BA=E3=82=92=E5=A2=97=E3=82=84=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@787 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../ConsoleDataMigration/sources/ConsoleRestore/ActCompleter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/sources/ConsoleRestore/ActCompleter.h b/trunk/ConsoleDataMigration/sources/ConsoleRestore/ActCompleter.h index 8424d33..ef07c59 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleRestore/ActCompleter.h +++ b/trunk/ConsoleDataMigration/sources/ConsoleRestore/ActCompleter.h @@ -49,7 +49,7 @@ private: static nn::Result SaveApprovalId(); static nn::Result s_Result; - static const size_t STACK_SIZE = 0x1000; + static const size_t STACK_SIZE = 12 * 1024; static nn::os::Thread s_Thread; static nn::os::Thread s_UnmountThread; static nn::os::StackBuffer s_ThreadStack;