Grand Theft Auto Liberty City Stories :SLES-54135. / SLUS-21423.
OPTION 1
LUA
apiRequest(2.2)
local gpr = require("ee-gpr-alias")
local cpr = require("ee-cpr0-alias")
local hwaddr = require("ee-hwaddr")
local emuObj = getEmuObject()
local eeObj = getEEObject()
local gsObj = getGsObject()
local eeOverlay = eeObj.getOverlayObject()
local iopObj = getIOPObject()
local thresholdArea = 700
local ApplyVifCycleSettings = function()
eeObj.Vu1MpgCycles(150) -- important for speed gain
eeObj.SetVifDataCycleScalar(1, 1.6)
end
ApplyVifCycleSettings()
local patcher = function()
end
emuObj.AddVsyncHook(patcher)
TXT
--gs-uprender=2x2
--gs-upscale=edgesmooth
--gs-kernel-cl="h2lpool"
--gs-kernel-cl-up="h2lpool2x2"
--gs-h2l-list-opt=1
--gs-h2l-accurate-hash=1
--gs-frontend-opt-mode=2
--gs-motion-factor=60
--gs-render-tile-threshold=300000
--gs-adaptive-frameskip=1 # Optional
--vu-custom-min-max=0
--vu1-opt-flags=2
--vu1-di-bits=0
--vu1-injection=1
--vu1-opt-vf00=2
--vu1-jr-cache-policy=newprog
--vu1-jalr-cache-policy=newprog
OPTION 2
Only TXT
--gs-uprender=2x2
--gs-upscale=edgesmooth
--gs-kernel-cl="h2lpool"
--gs-kernel-cl-up="h2lpool2x2"
--gs-h2l-list-opt=1
--gs-h2l-accurate-hash=1
--gs-frontend-opt-mode=2
--gs-motion-factor=60
--gs-render-tile-threshold=300000
--gs-adaptive-frameskip=1 #Optional
--vu1-mpg-cycles=150
--vu-custom-min-max=0
--vu1-opt-flags=2
--vu1-di-bits=0
--vu1-injection=1
--vu1-opt-vf00=2
--vu1-jr-cache-policy=newprog
--vu1-jalr-cache-policy=newprog
emu JAKXv2
I need more emu. If anyone can help me... Thanks!