exo/mariko fatal: halt other cores when beginning fatal program
This commit is contained in:
@@ -20,6 +20,6 @@ namespace ams::secmon {
|
||||
|
||||
using InterruptHandler = void (*)();
|
||||
|
||||
void SetInterruptHandler(int interrupt_id, InterruptHandler handler);
|
||||
void SetInterruptHandler(int interrupt_id, u8 core_mask, InterruptHandler handler);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user