1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

fatal/set_mitm: Support 1.0.0 kernel.

This commit is contained in:
Michael Scire 2018-12-01 19:07:05 -08:00
parent bd76e73b25
commit 3fa973f430
2 changed files with 5 additions and 5 deletions

View file

@ -4,13 +4,13 @@
"title_id_range_min": "0x0100000000000034",
"title_id_range_max": "0x0100000000000034",
"main_thread_stack_size": "0x00010000",
"main_thread_priority": 37,
"main_thread_priority": 15,
"default_cpu_id": 3,
"process_category": 0,
"is_retail": true,
"pool_partition": 2,
"is_64_bit": true,
"address_space_type": 3,
"address_space_type": 1,
"filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF"
},
@ -88,7 +88,7 @@
}
}, {
"type": "min_kernel_version",
"value": "0x0060"
"value": "0x0030"
}, {
"type": "handle_table_size",
"value": 128

View file

@ -10,7 +10,7 @@
"is_retail": true,
"pool_partition": 2,
"is_64_bit": true,
"address_space_type": 3,
"address_space_type": 1,
"filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF"
},
@ -99,7 +99,7 @@
},
{
"type": "min_kernel_version",
"value": "0x0060"
"value": "0x0030"
}
]
}