Skip to content

Commit

Permalink
set to CustomLuma3DS-ITA
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 21, 2023
1 parent ce5fe9f commit 73151ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sysmodules/rosalina/source/luma_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ static size_t LumaConfig_SaveLumaIniConfigToStr(char *out, const CfgData *cfg)
}

if (GET_VERSION_REVISION(version) != 0) {
sprintf(lumaVerStr, "CustomLuma3DS v%d.%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version), (int)GET_VERSION_REVISION(version));
sprintf(lumaVerStr, "CustomLuma3DS-ITA v%d.%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version), (int)GET_VERSION_REVISION(version));
} else {
sprintf(lumaVerStr, "CustomLuma3DS v%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version));
sprintf(lumaVerStr, "CustomLuma3DS-ITA v%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version));
}

if (isRelease) {
Expand Down Expand Up @@ -250,9 +250,9 @@ static size_t LumaConfig_SavePerformanceLumaIniConfigToStr(char *out, const CfgD
}

if (GET_VERSION_REVISION(version) != 0) {
sprintf(lumaVerStr, "CustomLuma3DS v%d.%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version), (int)GET_VERSION_REVISION(version));
sprintf(lumaVerStr, "CustomLuma3DS-ITA v%d.%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version), (int)GET_VERSION_REVISION(version));
} else {
sprintf(lumaVerStr, "CustomLuma3DS v%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version));
sprintf(lumaVerStr, "CustomLuma3DS-ITA v%d.%d", (int)GET_VERSION_MAJOR(version), (int)GET_VERSION_MINOR(version));
}

if (isRelease) {
Expand Down

0 comments on commit 73151ac

Please sign in to comment.