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

OP_PCE() public method

Patch Cull Enable (GU_PATCH_CULL_FACE)
public OP_PCE ( ) : void
return void
        public void OP_PCE()
        {
            GpuState->PatchCullingState.Enabled = Bool1;
        }
GpuDisplayListRunner