mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
Panic Bright Red on failed master key detection.
This commit is contained in:
parent
694872b4cc
commit
d0b74d7751
1 changed files with 2 additions and 3 deletions
|
@ -57,10 +57,9 @@ void mkey_detect_revision(void) {
|
|||
}
|
||||
|
||||
/* We must have determined the master key, or we're not running on a Switch. */
|
||||
/* TODO: When panic is implemented, make this a really distinctive color. */
|
||||
/* Maybe bright red? */
|
||||
if (!g_determined_mkey_revision) {
|
||||
generic_panic();
|
||||
/* Panic in bright red. */
|
||||
panic(0x00F00060);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue