diff --git a/README.md b/README.md index 28afc7a..76c7119 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ revert cobra blackfin patches added in 3.60 Cobra Blakfin patch is as follows: ``` time = sceKernelGetSystemTimeWide() -do_gc_authentication() +// do the gc authentication time2 = sceKernelGetSystemTimeWide() if((time2 - time) > 50000) goto fail;