PSX-FPKG

PS4 PSX-FPKG (by Jabu) - A Tool to convert PS1 (PSX) games for use on PS4 v0.3

Hi !!!

Can u test Fighting Force 2 and Ninja Shadow of Darkness please, the first freeze on loading screen and the second when you launch the new game. Thanks a lot !!!
i was test ntsc ver. of Ninja Shadow of Darkness and it was works fine for me!
 
A Bug's Life (SCUS94288)
Widescreen patch
Code:
-- A Bug's Life [NTSC-U] (v1.1)
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen
R3K_WriteMem16(0x80027DC0,0x4CCC)
R3K_WriteMem16(0x80027DC8,0xCCCD)
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

A Bug's Life. Short GamePlay!
VIDEO
 
Tony Hawk's Pro Skater (SLUS00860)
Widescreen patch
Code:
-- Tony Hawk's Pro Skater
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen
R3K_WriteMem16(0x800D2194,0x1333)
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--multitap=on
--gpu-scanout-fps-override=ntsc
--scale=6

Tony Hawk's Pro Skater. Short GamePlay!
VIDEO
 
Back
Top