Skip to content

Commit

Permalink
oops x2
Browse files Browse the repository at this point in the history
  • Loading branch information
masagrator authored Nov 8, 2024
1 parent bfef44a commit 6d329d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion saltysd_proc/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ void hijack_pid(u64 pid)
} while (!threads);

uint64_t passed_time_in_ticks = svcGetSystemTick() - tick_start;

renameCheatsFolder();

if (passed_time_in_ticks > 19200000 * 10) {
SaltySD_printf("SaltySD: Waiting for main thread: %d ms, longer than normal!\n", passed_time_in_ticks / 19200);
Expand Down Expand Up @@ -420,7 +422,6 @@ void hijack_pid(u64 pid)
already_hijacking = false;
disable = 0;
}
renameCheatsFolder();

return;

Expand Down

0 comments on commit 6d329d4

Please sign in to comment.