From cc71401e29c629551349d3986607c5e326289afe Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Mon, 28 Jul 2025 01:49:54 +0100 Subject: [PATCH] VideoCommon: drop unused XF enumerators We handle all six registers (scale/offset * xyz) via the viewport name. Keeping around unused enumerators only for the z component is confusing. --- Source/Core/VideoCommon/XFMemory.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/VideoCommon/XFMemory.h b/Source/Core/VideoCommon/XFMemory.h index e0a2696317..4077e50859 100644 --- a/Source/Core/VideoCommon/XFMemory.h +++ b/Source/Core/VideoCommon/XFMemory.h @@ -223,8 +223,6 @@ enum XFMEM_SETMATRIXINDA = 0x1018, XFMEM_SETMATRIXINDB = 0x1019, XFMEM_SETVIEWPORT = 0x101a, - XFMEM_SETZSCALE = 0x101c, - XFMEM_SETZOFFSET = 0x101f, XFMEM_SETPROJECTION = 0x1020, // XFMEM_SETPROJECTIONB = 0x1021, // XFMEM_SETPROJECTIONC = 0x1022,