From 09008aaac57eac556d240ee1d7ce6e57d0b948f7 Mon Sep 17 00:00:00 2001 From: Simo <136233872+Simo3ds@users.noreply.github.com> Date: Sun, 3 Dec 2023 09:24:05 +0100 Subject: [PATCH] Day 1: bla bla bla on beta 1.1.0 (you already know what i want to say, just check the other commits of today). Signed-off-by: Simo <136233872+Simo3ds@users.noreply.github.com> --- arm9/source/itcm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arm9/source/itcm.c b/arm9/source/itcm.c index 15be2019..86676649 100644 --- a/arm9/source/itcm.c +++ b/arm9/source/itcm.c @@ -15,7 +15,7 @@ void patchITCM(void) // Error checking if (otpSize != sizeof(Otp)) { - error("OTP is not the correct size."); + error("L'OTP non รจ della dimensione corretta."); } else @@ -24,7 +24,7 @@ void patchITCM(void) if (otp.magic != OTP_MAGIC) { - error("Unable to parse OTP. Is it decrypted properly?"); + error("Impossibile scansionare OTP. E' scriptato correttamente?"); } else @@ -80,7 +80,7 @@ void PatchITCMCid(void) // Error checking if (cidSize != sizeof(nandinfo.nandCid)) { - error("NandCid is not the correct size."); + error("La dimensione della NandCid non e' corretta"); } else