mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
fs.mitm: fix set:sys race condition.
This commit is contained in:
parent
abde50f162
commit
d88fd04c73
2 changed files with 15 additions and 13 deletions
|
@ -88,7 +88,7 @@ int main(int argc, char **argv)
|
|||
Thread sd_initializer_thread = {0};
|
||||
Thread hid_initializer_thread = {0};
|
||||
consoleDebugInit(debugDevice_SVC);
|
||||
|
||||
|
||||
if (R_FAILED(threadCreate(&sd_initializer_thread, &Utils::InitializeSdThreadFunc, NULL, 0x4000, 0x15, 0))) {
|
||||
/* TODO: Panic. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue