From 9543555bfe8eb311920720a1af3638eac9ee5386 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sun, 29 Oct 2023 15:44:17 -0700 Subject: [PATCH] Fix typo in comment for bpmem.texcoords --- Source/Core/VideoCommon/BPMemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/BPMemory.h b/Source/Core/VideoCommon/BPMemory.h index db3e32763e..0df5c6ee20 100644 --- a/Source/Core/VideoCommon/BPMemory.h +++ b/Source/Core/VideoCommon/BPMemory.h @@ -2437,7 +2437,7 @@ struct BPMemory TEXSCALE texscale[2]; // 0x25,0x26: GXSetIndTexCoordScale RAS1_IREF tevindref; // 0x27: GXSetIndTexOrder TwoTevStageOrders tevorders[8]; // 0x28-0x2f - TCoordInfo texcoords[8]; // 0x30-0x4f: s,t,s,t,s,t,s,t... + TCoordInfo texcoords[8]; // 0x30-0x3f: s,t,s,t,s,t,s,t... ZMode zmode; // 0x40 BlendMode blendmode; // 0x41 ConstantAlpha dstalpha; // 0x42