From 73151ac506b46e0991c403471ce16fa048110d91 Mon Sep 17 00:00:00 2001 From: Simo <136233872+Simo3ds@users.noreply.github.com> Date: Thu, 21 Dec 2023 20:27:57 +0100 Subject: [PATCH] set to CustomLuma3DS-ITA Signed-off-by: Simo <136233872+Simo3ds@users.noreply.github.com> --- sysmodules/rosalina/source/luma_config.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysmodules/rosalina/source/luma_config.c b/sysmodules/rosalina/source/luma_config.c index 011db3ed..38a2b4fd 100644 --- a/sysmodules/rosalina/source/luma_config.c +++ b/sysmodules/rosalina/source/luma_config.c @@ -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) { @@ -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) {