We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a12e84 commit 7a001e4Copy full SHA for 7a001e4
1 file changed
src/ps5_launcher.c
@@ -157,12 +157,9 @@ int ps5_kill_disc_player() {
157
pldmgr_notify("Failed to suspend Disc Player");
158
return -1;
159
}
160
- pldmgr_notify("Disc Player Suspended\nWaiting for Home Screen...");
161
162
/* Wait for home screen transition stability */
163
- sleep(5);
164
- pldmgr_notify("Killing Disc Player in 3 seconds...");
165
- sleep(3);
+ sleep(2);
166
167
/* 2. SIGKILL */
168
pid_t pid = get_pid_by_name(target_process);
0 commit comments