Update README.md

This commit is contained in:
Li 2024-01-14 11:41:11 +00:00
parent fd842c1ecb
commit 39ac57b721
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 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_gc_authentication()
time2 = sceKernelGetSystemTimeWide()
if(time2 - time) > 50000; fail
or tl;dr if gc authentication takes longer than 50000 microseconds, then the authentication fails.