Have you tried using this difftool command?
git difftool --cached --no-prompt <the folder path>
this command will launch P4V, comparing each staged file to its previous version on that specific folder.
Also,make sure to stage the files before that you want to review first
git add <the folder path>