Editing PS2 Emulation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1,727: | Line 1,727: | ||
|SetL2HMode || gsObj.SetL2HMode(true)|| (true) and (false) are only known options | |SetL2HMode || gsObj.SetL2HMode(true)|| (true) and (false) are only known options | ||
|- | |- | ||
|SetUprenderMode ||gsObj.SetUprenderMode( | |SetUprenderMode ||gsObj.SetUprenderMode(0)|| Sets uprender mode. Overrides CLI 0=none, 1=2x2 | ||
|- | |- | ||
|SetUpscaleMode || gsObj.SetUpscaleMode("EdgeSmooth") || Sets upscale mode. Overrides CLI | |SetUpscaleMode || gsObj.SetUpscaleMode("EdgeSmooth") || Sets upscale mode. Overrides CLI | ||
|- | |- | ||
|GetFramesInQueue || gsObj.GetFramesInQueue() || | |GetFramesInQueue || gsObj.GetFramesInQueue() || | ||
|- | |- | ||
|SetFrameSkipping || gsObj.SetFrameSkipping(true) || false and true are the values. | |SetFrameSkipping || gsObj.SetFrameSkipping(true) || false and true are the values. | ||
|- | |- | ||
|SetDeinterlaceShift || gsObj.SetDeinterlaceShift( | |SetDeinterlaceShift || gsObj.SetDeinterlaceShift() || gsObj.SetDeinterlaceShift(0) the values are 1 and 0 | ||
|- | |- | ||
|} | |} |