Skip to content

Commit

Permalink
Remove PSTV delay because it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanlu committed Feb 21, 2018
1 parent 89ba642 commit 309b380
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions taihen.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,6 @@ int module_start(SceSize argc, const void *args) {
LOG("HEN patches failed: %x", ret);
return SCE_KERNEL_START_FAILED;
}
if (ksceSblAimgrIsDolce()) {
LOG("VitaTV detected, waiting a couple of seconds for controller to sync...");
ksceKernelDelayThread(300000); // 3 seconds
}
ksceCtrlPeekBufferPositive(0, &ctrl, 1);
LOG("buttons held: 0x%08X", ctrl.buttons);
if (!(ctrl.buttons & (SCE_CTRL_LTRIGGER | SCE_CTRL_L1))) {
Expand Down

0 comments on commit 309b380

Please sign in to comment.