add IPF support to PS3
Created by: crystalct
For platforms like PS3 where cores are statically linked to RetroArch, CapsImg library have to be linked when final RetroArch SELF is built.
make adding parameter capsimg=1
for example make platform=ps3 capsimg=1
At RetroArch compiling time, add -lcapsimg
as additional library.