Update README.md

This commit is contained in:
Li 2024-01-14 11:42:26 +00:00
parent 924b96ee57
commit 7d2c1e902e
1 changed files with 1 additions and 1 deletions

View File

@ -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;