Skip to content

Commit

Permalink
v0.8-final
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoti committed Feb 21, 2021
1 parent 304d3f3 commit 55bf2af
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define VER_MINOR 8
#define VER_BUILD ""

#define VAL_LENGTH 0x10
#define VAL_PUBLIC 0x0A
#define VAL_PRIVATE 0x06

Expand Down Expand Up @@ -73,11 +74,12 @@ int main(int argc, char *argv[])
unsigned char idps_text_char_2nd[1];
char idps_text_buffer[32] = "";

sceKernelDelayThread(1000000);
sceCtrlReadBufferPositive(0, &pad, 1);
sceKernelDelayThread(1000000);
if (pad.buttons & SCE_CTRL_LTRIGGER)
paranoid = 1;
for (i = 0; i < 1000; i++) {
sceCtrlReadBufferPositive(0, &pad, 1);
if (pad.buttons & SCE_CTRL_LTRIGGER)
paranoid = 1;
sceKernelDelayThread(1000);
}

psvDebugScreenInit();
psvDebugScreenClear(0);
Expand Down

0 comments on commit 55bf2af

Please sign in to comment.