system stack size for MxDiskStreamProviderThread (#698)

This commit is contained in:
Cookie 2025-08-21 19:16:21 -04:00 committed by GitHub
parent 8514e5244f
commit 78ee45296b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ MxResult MxDiskStreamProviderThread::Run()
MxResult MxDiskStreamProviderThread::StartWithTarget(MxDiskStreamProvider* p_target)
{
m_target = p_target;
return Start(0x1000, 0);
return Start(0, 0);
}
// FUNCTION: LEGO1 0x100d0f70