mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 09:31:16 -04:00
fusee/exo: add emunand configitem support
This commit is contained in:
parent
4dac80df75
commit
79d96bbdfd
6 changed files with 32 additions and 9 deletions
|
@ -125,7 +125,7 @@ static int exosphere_ini_handler(void *user, const char *section, const char *na
|
|||
int tmp = 0;
|
||||
if (strcmp(section, "exosphere") == 0) {
|
||||
if (strcmp(name, EXOSPHERE_TARGETFW_KEY) == 0) {
|
||||
sscanf(value, "%d", &exo_cfg->target_firmware);
|
||||
sscanf(value, "%ld", &exo_cfg->target_firmware);
|
||||
} else if (strcmp(name, EXOSPHERE_DEBUGMODE_PRIV_KEY) == 0) {
|
||||
sscanf(value, "%d", &tmp);
|
||||
if (tmp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue