mirror of
https://github.com/cathery/sys-con.git
synced 2025-03-27 14:37:12 +00:00
Cosmetic changes
This commit is contained in:
parent
7cab2e1e89
commit
317d695dfb
@ -3,7 +3,7 @@
|
||||
"title_id": "0x690000000000000D",
|
||||
"title_id_range_min": "0x690000000000000D",
|
||||
"title_id_range_max": "0x690000000000000D",
|
||||
"main_thread_stack_size": "0x00004000",
|
||||
"main_thread_stack_size": "0x4000",
|
||||
"main_thread_priority": 44,
|
||||
"default_cpu_id": 3,
|
||||
"process_category": 0,
|
||||
|
@ -48,7 +48,7 @@ namespace syscon::psc
|
||||
}
|
||||
Result Initialize()
|
||||
{
|
||||
R_TRY(pscmGetPmModule(&pscModule, static_cast<PscPmModuleId>(126), dependencies, sizeof(dependencies) / sizeof(uint16_t), true));
|
||||
R_TRY(pscmGetPmModule(&pscModule, PscPmModuleId(126), dependencies, sizeof(dependencies) / sizeof(uint16_t), true));
|
||||
pscModuleWaiter = waiterForEvent(&pscModule.event);
|
||||
is_psc_thread_running = true;
|
||||
return g_psc_thread.Start().GetValue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user