From 6f7f1d32a29a13ade53a5f4342d4e1edb2af833e Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Thu, 10 Oct 2019 11:28:42 +0000 Subject: [PATCH] videoDebug.c edited online with Bitbucket --- src/videoDebug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/videoDebug.c b/src/videoDebug.c index a32d89b..0f122fb 100644 --- a/src/videoDebug.c +++ b/src/videoDebug.c @@ -15,7 +15,6 @@ static int ksceRegMgrGetKeyInt_patched(const char* category, const char* name, i int ret = TAI_CONTINUE(int,ref_hook,category,name,buf); if(strcmp(name,"debug_videoplayer") == 0) { - //ksceDebugPrintf("Spoofing Launch Check\n",category,name,*buf,ret); *buf = 3; return 0x00; }