PythonWhiteFin/README.md

15 lines
346 B
Markdown
Raw Permalink Normal View History

2024-01-14 11:28:33 +00:00
# PythonWhiteFin
2024-01-14 11:41:11 +00:00
revert cobra blackfin patches added in 3.60
Cobra Blakfin patch is as follows:
2024-01-14 11:42:09 +00:00
```
2024-01-14 11:41:11 +00:00
time = sceKernelGetSystemTimeWide()
2024-01-14 11:42:26 +00:00
// do the gc authentication
2024-01-14 11:41:11 +00:00
time2 = sceKernelGetSystemTimeWide()
2024-01-14 11:42:09 +00:00
if((time2 - time) > 50000) goto fail;
```
2024-01-14 11:41:11 +00:00
or tl;dr if gc authentication takes longer than 50000 microseconds, then the authentication fails.