mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-23 04:12:02 +00: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
|
@ -1,8 +1,8 @@
|
||||||
[hbl_config]
|
[hbl_config]
|
||||||
title_id=010000000000100D
|
title_id=010000000000100D
|
||||||
override_any_app=false
|
override_any_app=true
|
||||||
path=atmosphere/hbl.nsp
|
path=atmosphere/hbl.nsp
|
||||||
override_key=!R
|
override_key=R
|
||||||
|
|
||||||
[default_config]
|
[default_config]
|
||||||
override_key=!L
|
override_key=!L
|
||||||
|
|
|
@ -544,8 +544,7 @@ static int FsMitmIniHandler(void *user, const char *section, const char *name, c
|
||||||
/* DEPRECATED */
|
/* DEPRECATED */
|
||||||
g_hbl_override_config.override_any_app = true;
|
g_hbl_override_config.override_any_app = true;
|
||||||
g_hbl_override_config.title_id = 0;
|
g_hbl_override_config.title_id = 0;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
u64 override_tid = strtoul(value, NULL, 16);
|
u64 override_tid = strtoul(value, NULL, 16);
|
||||||
if (override_tid != 0) {
|
if (override_tid != 0) {
|
||||||
g_hbl_override_config.title_id = override_tid;
|
g_hbl_override_config.title_id = override_tid;
|
||||||
|
|
Loading…
Reference in a new issue