CSPspEmu.Core.Gpu.Run.GpuDisplayListRunner.OP_DTE C# (CSharp) Method

OP_DTE() public method

DiThering Enable (GU_DITHER)
public OP_DTE ( ) : void
return void
        public void OP_DTE()
        {
            GpuState->DitheringState.Enabled = Bool1;
        }
GpuDisplayListRunner