Merge branch 'master' into debugger_dev

This commit is contained in:
Michael Scire
2018-12-05 05:44:58 -08:00
13 changed files with 53 additions and 22 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

@@ -69,7 +69,7 @@ void Utils::InitializeSdThreadFunc(void *args) {
/* Mount SD. */
while (R_FAILED(fsMountSdcard(&g_sd_filesystem))) {
svcSleepThread(1000ULL);
svcSleepThread(1000000ULL);
}
/* Back up CAL0, if it's not backed up already. */

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"
}
]
}