From 581646cff2170d6480247c5f496cc65678107b08 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sun, 17 May 2020 01:38:15 +0300 Subject: [PATCH] [GPU] Lint xe_gpu_texture_fetch_t --- src/xenia/gpu/xenos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/gpu/xenos.h b/src/xenia/gpu/xenos.h index bdaa309a9..3d8cbd99c 100644 --- a/src/xenia/gpu/xenos.h +++ b/src/xenia/gpu/xenos.h @@ -655,7 +655,7 @@ XEPACKEDUNION(xe_gpu_vertex_fetch_t, { // XE_GPU_REG_SHADER_CONSTANT_FETCH_* XEPACKEDUNION(xe_gpu_texture_fetch_t, { XEPACKEDSTRUCTANONYMOUS({ - FetchConstantType type : 2; // +0 dword_0 + FetchConstantType type : 2; // +0 dword_0 // Likely before the swizzle, seems logical from R5xx (SIGNED_COMP0/1/2/3 // set the signedness of components 0/1/2/3, while SEL_ALPHA/RED/GREEN/BLUE // specify "swizzling for each channel at the input of the pixel shader",