Skip to content

Commit

Permalink
colour2
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Sep 14, 2024
1 parent 2217c6e commit 54468fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ee_core/src/modmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ int LoadElf(const char *path, t_ExecData *data)
arg.path[LF_PATH_MAX - 1] = 0;
arg.secname[LF_ARG_MAX - 1] = 0;

if (EnableDebug)
GS_BGCOLOUR = 0x0000FF; // Red

if (SifCallRpc(&_lf_cd, LF_F_ELF_LOAD, 0, &arg, sizeof arg, &arg, sizeof(t_ExecData), NULL, NULL) < 0)
return -SCE_ECALLMISS;

Expand Down

0 comments on commit 54468fd

Please sign in to comment.