Skip to content

Commit

Permalink
Oops x3
Browse files Browse the repository at this point in the history
  • Loading branch information
masagrator authored Nov 9, 2024
1 parent 6d329d4 commit 60ca3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saltysd_proc/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ void hijack_pid(u64 pid)

snprintf(titleidnumX, sizeof titleidnumX, "X%016lx", eventinfo.tid);
while (fgets(exceptions, sizeof(exceptions), except)) {
titleidnumX[0] = 'X';
if (!strncasecmp(exceptions, titleidnumX, 17)) {
SaltySD_printf("SaltySD: %s TID %016lx is forced in exceptions.txt, aborting bootstrap...\n", eventinfo.name, eventinfo.tid);
fclose(except);
Expand Down

0 comments on commit 60ca3ae

Please sign in to comment.