Skip to content

Commit cabb5df

Browse files
Update game_patch_thread.cpp
1 parent 8d1cc57 commit cabb5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin_samples/itemzflow_xml_patches/source/game_patch_thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ for (auto p: dbg::getProcesses()) {
351351
cheat_log("sceKernelGetProcessName failed for %s (%d)", tid.c_str(), app_pid);
352352
continue;
353353
}
354-
cheat_log("Found %s (%d)", proc_name, app_pid);
354+
// cheat_log("Found %s (%d)", proc_name, app_pid);
355355

356356
break;
357357
}

0 commit comments

Comments
 (0)