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

_OP_SLC() private method

private _OP_SLC ( int Index ) : void
Index int
return void
        private void _OP_SLC(int Index)
        {
            GetLigth(Index)->SpecularColor.SetRGB_A1(Params24);
        }
GpuDisplayListRunner