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.


[libretro INFO] Opening cfgfile '/dev_hdd0/game/RETROARCH/USRDIR/savefiles/puae_libretro.uae' 
[libretro INFO] Known ROM 'KS ROM v1.3 (A500,A1000,A2000)' loaded 
[libretro INFO] CAPS: library version 5.1 
[libretro INFO] CAPS: type:1 date:13.6.2003 2:13:47 rel:298 rev:1 
[libretro INFO] Building CPU table for configuration: 68000 24-bit
[libretro INFO] 1883 CPU functions 
[libretro INFO] Building CPU, 44316 opcodes (0 0 1) 
[libretro INFO] CPU=68000, FPU=0, MMU=0, JIT=CPU=0. 
[libretro INFO] Reset at 00000000. Chipset mask = 00000000 
[libretro INFO] CAPS: library version 5.1 
[libretro INFO] CAPS: type:1 date:13.6.2003 2:13:47 rel:298 rev:1 
[libretro INFO] PAL mode V=49.9201Hz H=15625.0881Hz (227x312+1) IDX=10 (PAL) D=0 RTG=0/0 
[libretro INFO] hardreset, memory cleared 
[libretro INFO] PAL mode V=49.9201Hz H=15625.0881Hz (227x312+1) IDX=10 (PAL) D=0 RTG=0/0

Merge request reports