mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-23 12:22:08 +00:00
tma: Correct JSON to work as non-kip
This commit is contained in:
parent
6b04c937e6
commit
efcce68a56
1 changed files with 12 additions and 4 deletions
|
@ -6,8 +6,6 @@
|
||||||
"main_thread_stack_size": "0x00004000",
|
"main_thread_stack_size": "0x00004000",
|
||||||
"main_thread_priority": 38,
|
"main_thread_priority": 38,
|
||||||
"default_cpu_id": 3,
|
"default_cpu_id": 3,
|
||||||
"process_category": 1,
|
|
||||||
"default_cpu_id": 3,
|
|
||||||
"process_category": 0,
|
"process_category": 0,
|
||||||
"is_retail": true,
|
"is_retail": true,
|
||||||
"pool_partition": 2,
|
"pool_partition": 2,
|
||||||
|
@ -39,8 +37,15 @@
|
||||||
"tma_log",
|
"tma_log",
|
||||||
"tmagent"
|
"tmagent"
|
||||||
],
|
],
|
||||||
"kernel_capabilities": [
|
"kernel_capabilities": [{
|
||||||
{
|
"type": "kernel_flags",
|
||||||
|
"value": {
|
||||||
|
"highest_thread_priority": 63,
|
||||||
|
"lowest_thread_priority": 24,
|
||||||
|
"lowest_cpu_id": 0,
|
||||||
|
"highest_cpu_id": 3
|
||||||
|
}
|
||||||
|
}, {
|
||||||
"type": "syscalls",
|
"type": "syscalls",
|
||||||
"value": {
|
"value": {
|
||||||
"svcSetHeapSize": "0x01",
|
"svcSetHeapSize": "0x01",
|
||||||
|
@ -131,6 +136,9 @@
|
||||||
}, {
|
}, {
|
||||||
"type": "irq_pair",
|
"type": "irq_pair",
|
||||||
"value": [131, 132]
|
"value": [131, 132]
|
||||||
|
}, {
|
||||||
|
"type": "min_kernel_version",
|
||||||
|
"value": "0x0030"
|
||||||
}, {
|
}, {
|
||||||
"type": "handle_table_size",
|
"type": "handle_table_size",
|
||||||
"value": 256
|
"value": 256
|
||||||
|
|
Loading…
Reference in a new issue