Skip to content

Commit

Permalink
Day 1: Update translation for beta 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 3, 2023
1 parent 83a498a commit ab13c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm9/source/patches.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ u8 *getProcess9Info(u8 *pos, u32 size, u32 *process9Size, u32 *process9MemAddr)
{
u8 *temp = memsearch(pos, "NCCH", size, 4);

if(temp == NULL) error("Failed to get Process9 data.");
if(temp == NULL) error("Ricezione dati Process9 fallito");

Cxi *off = (Cxi *)(temp - 0x100);

Expand All @@ -65,7 +65,7 @@ u32 *getKernel11Info(u8 *pos, u32 size, u32 *baseK11VA, u8 **freeK11Space, u32 *
static const u8 pattern[] = {0x00, 0xB0, 0x9C, 0xE5};
*arm11ExceptionsPage = (u32 *)memsearch(pos, pattern, size, sizeof(pattern));

if(*arm11ExceptionsPage == NULL) error("Failed to get Kernel11 data.");
if(*arm11ExceptionsPage == NULL) error("Ricezione dati Kenrel11 fallito.");

u32 *arm11SvcTable;

Expand Down

0 comments on commit ab13c61

Please sign in to comment.