Compare commits

...

4 Commits
v1.0 ... main

Author SHA1 Message Date
Li
7d2c1e902e Update README.md 2024-01-14 11:42:26 +00:00
Li
924b96ee57 Update README.md 2024-01-14 11:42:09 +00:00
Li
ef81e2e602 Update README.md 2024-01-14 11:41:39 +00:00
Li
39ac57b721 Update README.md 2024-01-14 11:41:11 +00:00

View File

@ -1,3 +1,14 @@
# PythonWhiteFin
revert cobra blackfin patches added in 3.60
revert cobra blackfin patches added in 3.60
Cobra Blakfin patch is as follows:
```
time = sceKernelGetSystemTimeWide()
// do the gc authentication
time2 = sceKernelGetSystemTimeWide()
if((time2 - time) > 50000) goto fail;
```
or tl;dr if gc authentication takes longer than 50000 microseconds, then the authentication fails.