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

_OP_LTE() private method

private _OP_LTE ( int Index ) : void
Index int
return void
        private void _OP_LTE(int Index)
        {
            GetLigth(Index)->Enabled = Bool1;
        }
GpuDisplayListRunner