Skip to content

Commit

Permalink
Day 1: bla bla bla on beta 1.1.0
Browse files Browse the repository at this point in the history
(you already know what i want to say, just check the other commits of today).

Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 3, 2023
1 parent 991c926 commit 09008aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arm9/source/itcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09008aa

Please sign in to comment.