ams.mitm: increase sysupdater stack size (as needed by new ncm code)

This commit is contained in:
Michael Scire 2022-03-23 11:37:30 -07:00
parent 027f3b4911
commit ff828dc0bc

View file

@ -19,6 +19,6 @@
namespace ams::mitm::sysupdater {
DEFINE_MITM_MODULE_CLASS(0x8000, AMS_GET_SYSTEM_THREAD_PRIORITY(mitm_sysupdater, IpcServer));
DEFINE_MITM_MODULE_CLASS(0xC000, AMS_GET_SYSTEM_THREAD_PRIORITY(mitm_sysupdater, IpcServer));
}