Enable cobra blackfin on firmware 3.60 and above
Go to file
Li 7d2c1e902e Update README.md 2024-01-14 11:42:26 +00:00
.gitignore upload src 2024-01-15 00:28:33 +13:00
CMakeLists.txt upload src 2024-01-15 00:28:33 +13:00
LICENSE upload src 2024-01-15 00:28:33 +13:00
README.md Update README.md 2024-01-14 11:42:26 +00:00
exports.yml upload src 2024-01-15 00:28:33 +13:00
packetlog.c upload src 2024-01-15 00:28:33 +13:00

README.md

PythonWhiteFin

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.