From 39ac57b721139e3a27168eaaef6ab7964579ec2d Mon Sep 17 00:00:00 2001 From: Li Date: Sun, 14 Jan 2024 11:41:11 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 324f03c..c008596 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # PythonWhiteFin -revert cobra blackfin patches added in 3.60 \ No newline at end of file +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.