mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-04 15:18:56 +00:00
Correct main thread stack size
This commit is contained in:
parent
c1c08b7d03
commit
f822902203
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "NCM",
|
"name": "NCM",
|
||||||
"title_id": "0x0100000000000002",
|
"title_id": "0x0100000000000002",
|
||||||
"main_thread_stack_size": "0x20000",
|
"main_thread_stack_size": "0x00004000",
|
||||||
"main_thread_priority": 49,
|
"main_thread_priority": 49,
|
||||||
"default_cpu_id": 3,
|
"default_cpu_id": 3,
|
||||||
"process_category": 1,
|
"process_category": 1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue