diff --git a/src/core/gpu_hw.cpp b/src/core/gpu_hw.cpp index 34dcb23644..6e95299c5b 100644 --- a/src/core/gpu_hw.cpp +++ b/src/core/gpu_hw.cpp @@ -866,9 +866,7 @@ bool GPU_HW::CompilePipelines() plconfig.blend.src_blend = GPUPipeline::BlendFunc::One; plconfig.blend.dst_blend = GPUPipeline::BlendFunc::One; if (static_cast(transparency_mode) == - GPUTransparencyMode::HalfBackgroundPlusHalfForeground || - static_cast(transparency_mode) == - GPUTransparencyMode::BackgroundPlusQuarterForeground) + GPUTransparencyMode::HalfBackgroundPlusHalfForeground) { plconfig.blend.dst_blend = GPUPipeline::BlendFunc::ConstantColor; plconfig.blend.dst_alpha_blend = GPUPipeline::BlendFunc::ConstantColor;