Recent content by Bergolino Gamer

  1. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    @lary56 In the game Bad Boys NTSC I tested it a few months ago... And the best I got was... --gs-uprender=2x2 --gs-upscale=edgesmooth --ee-cycle-scalar=1.7 #Kof98 Ps4 fat I played the full game. I've only had 1 app closure or crash.
  2. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    Update The Simpsons - Road Rage (U)(SLUS-20305) fix audio loop in menu. https://www.psx-place.com/threads/research-ps2-emulator-configuration-on-ps4.16131/page-235 Another option... It would be a lower IOP value with a VU value greater than 250. But, I opted for higher iop value and keep the vu...
  3. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    @sargentfart Search for 44840800 in the ELF of the PAL version. Use the ps2dis program. Edit / find pattern / check the Hex String. Enter 00088444 in the box. Can it work? Sometimes yes and sometimes no. Compare the top and bottom row of opcodes in ps2dis. It is important to have 2 ps2 dis...
  4. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    The Simpsons - Road Rage (U)(SLUS-20305) txt --gs-uprender=2x2 --gs-upscale=edgesmooth --host-display-mode=16:9 --ee-cycle-scalar=1.35 --vu0-mpg-cycles=250 --vu1-mpg-cycles=250 --iop-cycle-scalar=1.9 --framelimit-mode=normal lua --The Simpsons - Road Rage (U)(SLUS-20305) --Widescreen...
  5. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    @sargentfart Tested by 5x --gs-uprender=2x2 --gs-upscale=edgesmooth --gs-kernel-cl-up="up2x2skipinterp" --host-display-mode=16:9 --fpu-accurate-mul-fast=1 --fpu-accurate-range=0x1acce0,0x1FFFFFF --fpu-custom-min-max=0 --fpu-no-clamping=1 --cop2-no-clamping=1 #fix mission 2 #kof98
  6. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    @sargentfart I found the problem. Change it --vu0-mpg-cycles=500 for --vu1-mpg-cycles=500 But unfortunately some parts were slower. By changing the ee and iop values to improve the slowdown caused by --vu1-mpg-cycles=500...The problem returns. Capture on pc...chiaki screen (running on ps4)
  7. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    Starsky & Hutch (E)(SLES-51617) txt --gs-uprender=2x2 --gs-upscale=edgesmooth --host-display-mode=16:9 --gs-ignore-rect-correction=1 --ee-cycle-scalar=1.5 lua --Starsky & Hutch (E)(SLES-51617) --Widescreen hack by Arapapa --Cheats by Code Master and Codejunkies --kof98 local gpr =...
  8. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    @sargentfart ...
  9. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    Portal Runner NTSC-U Lua --Portal Runner NTSC-U (SLUS-20003) --Widescreen Hack by VIRGIN KLM --kof98um (fix crash in boot) local gpr = require("ee-gpr-alias") apiRequest(0.1) local eeObj = getEEObject() local emuObj = getEmuObject() local patcher = function() --Widescreen hack 16:9 --P1...
  10. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    Ironman NTSC lua --Iron Man SLUS_217.39 --Widescreen hack by PsxFan107 --jakv2 local gpr = require("ee-gpr-alias") apiRequest(0.1) local eeObj = getEEObject() local emuObj = getEmuObject() local patcher = function() --Widescreen hack 16:9...
  11. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    RPM Tuning (E)(SLES-52190) Lua --RPM Tuning (E)(SLES-52190) --Widescreen hack by Arapapa --jakv2 local gpr = require("ee-gpr-alias") apiRequest(0.1) local eeObj = getEEObject() local emuObj = getEmuObject() local patcher = function() --Widescreen hack 16:9...
  12. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    Ty the Tasmanian Tiger NTSC Ty the Tasmanian Tiger 2 NTSC TXT --gs-uprender=2x2 --gs-upscale=edgesmooth --host-display-mode=16:9 --gs-kernel-cl-up="up2x2skipinterp" #fix line Lua --kof98um # fix crash in TY 2 local gpr = require("ee-gpr-alias") apiRequest(0.1) local eeObj =...
  13. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    Rugrats Royal Ransom NTSC TXT --gs-uprender=2x2 --gs-upscale=edgesmooth --host-display-mode=16:9 --vif1-instant-xfer=0 # fix graphics #wars of the monsters # fix crash
  14. Bergolino Gamer

    PS4 [Research]PS2 emulator configuration on PS4

    Shaman King - Power of Spirit SLUS_209.53 Cli --gs-uprender=2x2 --gs-upscale=edgesmooth --host-display-mode=16:9 --vu1-di-bits=0 #fix micro freezing --vu1=jit-sync #fix black screen --vu1-jr-cache-policy=newprog # speed help...
Back
Top