Skip to content

Commit

Permalink
EE SIO: print error code
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Sep 10, 2023
1 parent f06701e commit 21ad83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/ee_core/src/syshook.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void sysLoadElf(char *filename, int argc, char **argv)
CleanExecPS2((void *)elf.epc, (void *)elf.gp, argc, argv);
}

DPRINTF(" failed\n");
DPRINTF(" failed, error code = %#x\n", r);

// Error
GS_BGCOLOUR = 0xffffff; // White - shouldn't happen.
Expand Down

0 comments on commit 21ad83a

Please sign in to comment.