From 8e138829cd40a3ce5cbe78e443a50b1dc6b2ec61 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 23 Aug 2023 02:01:21 +0200 Subject: [PATCH] align --- inc/d3d9shader.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/inc/d3d9shader.h b/inc/d3d9shader.h index 5aa0349..9cc1a13 100644 --- a/inc/d3d9shader.h +++ b/inc/d3d9shader.h @@ -168,7 +168,7 @@ const BYTE D3D9_PALETTE_SHADER[] = lrp r2, r0.y, r1, r5 mov oC0, r2 - // approximately 35 instruction slots used (8 texture, 27 arithmetic) +// approximately 35 instruction slots used (8 texture, 27 arithmetic) // fxc.exe /Tps_2_0 shader.hlsl /Fhshader.h /* @@ -362,19 +362,6 @@ const BYTE D3D9_PALETTE_SHADER_BILINEAR[] = }; - - - - - - - - - - - - - /* catmull rom upscaling */ #if 0