1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-30 19:03:24 +01:00

tma: Correct JSON to work as non-kip

This commit is contained in:
Michael Scire 2018-12-06 13:55:02 -08:00
parent 6b04c937e6
commit efcce68a56

View file

@ -6,8 +6,6 @@
"main_thread_stack_size": "0x00004000",
"main_thread_priority": 38,
"default_cpu_id": 3,
"process_category": 1,
"default_cpu_id": 3,
"process_category": 0,
"is_retail": true,
"pool_partition": 2,
@ -39,8 +37,15 @@
"tma_log",
"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",
"value": {
"svcSetHeapSize": "0x01",
@ -131,6 +136,9 @@
}, {
"type": "irq_pair",
"value": [131, 132]
}, {
"type": "min_kernel_version",
"value": "0x0030"
}, {
"type": "handle_table_size",
"value": 256