mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 01:21:18 -04:00
warmboot: make remaining TODOs explicit
This commit is contained in:
parent
95a9e1e215
commit
34c16e211f
3 changed files with 13 additions and 1 deletions
|
@ -28,6 +28,10 @@ bool fuse_check_downgrade_status(void) {
|
|||
return false;
|
||||
}
|
||||
|
||||
void fuse_disable_programming(void) {
|
||||
FUSE_REGS->FUSE_DIS_PGM = 1;
|
||||
}
|
||||
|
||||
static fuse_bypass_data_t g_fuse_bypass_entries[NUM_FUSE_BYPASS_ENTRIES] = {
|
||||
/* No entries here. */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue