mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-04 23:28:52 +00:00
fusee-cpp: sketch out remainder of secure initialize
This commit is contained in:
parent
89b3d8c332
commit
d046225a65
8 changed files with 92 additions and 5 deletions
|
@ -20,7 +20,7 @@ namespace ams::nxboot {
|
|||
|
||||
void Main() {
|
||||
/* Perform secure hardware initialization. */
|
||||
SecureInitialize();
|
||||
SecureInitialize(true);
|
||||
|
||||
/* TODO */
|
||||
AMS_INFINITE_LOOP();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue