mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
hbl: change default to every_app=true, change default override key
This commit is contained in:
parent
9e1e9ff8c0
commit
ca42a9daec
2 changed files with 3 additions and 4 deletions
|
@ -544,8 +544,7 @@ static int FsMitmIniHandler(void *user, const char *section, const char *name, c
|
|||
/* DEPRECATED */
|
||||
g_hbl_override_config.override_any_app = true;
|
||||
g_hbl_override_config.title_id = 0;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
u64 override_tid = strtoul(value, NULL, 16);
|
||||
if (override_tid != 0) {
|
||||
g_hbl_override_config.title_id = override_tid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue