mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-23 19:52:39 +02:00
remove title_id removal TODO
This commit is contained in:
parent
e734b23f11
commit
0fdbdb1f4d
@ -149,7 +149,6 @@ namespace ams::cfg {
|
|||||||
int OverrideConfigIniHandler(void *user, const char *section, const char *name, const char *value) {
|
int OverrideConfigIniHandler(void *user, const char *section, const char *name, const char *value) {
|
||||||
/* Taken and modified, with love, from Rajkosto's implementation. */
|
/* Taken and modified, with love, from Rajkosto's implementation. */
|
||||||
if (strcasecmp(section, "hbl_config") == 0) {
|
if (strcasecmp(section, "hbl_config") == 0) {
|
||||||
/* TODO: Consider deprecating "title_id" string in the future." */
|
|
||||||
if (strcasecmp(name, "program_id") == 0 || strcasecmp(name, "program_id_0") == 0) {
|
if (strcasecmp(name, "program_id") == 0 || strcasecmp(name, "program_id_0") == 0) {
|
||||||
SetHblSpecificProgramId(0, value);
|
SetHblSpecificProgramId(0, value);
|
||||||
} else if (strcasecmp(name, "program_id_1") == 0) {
|
} else if (strcasecmp(name, "program_id_1") == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user