Emulation Some help please

  • Thread starter Thread starter xixion
  • Start date Start date
  • Views Views 1,241
  • Replies Replies 3

xixion

Well-Known Member
Newcomer
Joined
Oct 20, 2015
Messages
71
Reaction score
6
Trophies
0
Age
41
XP
180
Country
United States
so, I'm Backing up MK games

1644337202586.png


How do I find and add config file?
 
so, I'm Backing up MK games

View attachment 297284

How do I find and add config file?

Config:

--gs-uprender=2x2
--gs-upscale=edgesmooth
--gs-override-small-tri-area=1

--vif1-instant-xfer=0

--ee-cycle-scalar=1.8
--ee-sif1-cycle-scalar=1.8
--iop-cycle-scalar=0.8
--iop-sif1-cycle-scalar=1.5

--vu1-di-bit=0
--vu-t-bit=1
 
  • Like
Reactions: xixion
so, I'm Backing up MK games

View attachment 297284

How do I find and add config file?


LUA file:

apiRequest(2.3)

local gpr = require("ee-gpr-alias")
local emuObj = getEmuObject()
local eeObj = getEEObject()
local gsObj = getGsObject()
local eeOverlay = eeObj.getOverlayObject()
local iopObj = getIOPObject()

local thresholdArea = 600

emuObj.SetDisplayAspectWide()
gsObj.SetDeinterlaceShift(1)

-- Small triangle rejection. Works in conjunction with CLI setting --gs-override-small-tri-area=1
-- keep default area for texture 256x256 ( no blend)
emuObj.SetGsTitleFix( "setRejectionArea", 500,{twIsNot=8, thIsNot=8 } )
 
  • Like
Reactions: xixion
put it in a text file with the above. I don't really mess with ps2 games at all, but I believe that's what you're supposed to do.
 
  • Like
Reactions: xixion

Site & Scene News

Popular threads in this forum