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

_OP_LYP() private method

private _OP_LYP ( int Index ) : void
Index int
return void
        private void _OP_LYP(int Index)
        {
            GetLigth(Index)->Position.Y = Float1;
        }
GpuDisplayListRunner