Skip to content

add IPF support to PS3

Libretro-Admin requested to merge github/fork/crystalct/master into master

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.

Merge request reports