fusee-cpp: sketch out remainder of secure initialize
This commit is contained in:
@@ -20,7 +20,7 @@ namespace ams::nxboot {
|
||||
|
||||
void Main() {
|
||||
/* Perform secure hardware initialization. */
|
||||
SecureInitialize();
|
||||
SecureInitialize(true);
|
||||
|
||||
/* TODO */
|
||||
AMS_INFINITE_LOOP();
|
||||
|
||||
Reference in New Issue
Block a user