videoDebug.c edited online with Bitbucket

This commit is contained in:
SilicaAndPina 2019-10-10 11:28:42 +00:00
parent ffc9bb4196
commit 6f7f1d32a2
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}