mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-26 19:32:39 +00:00
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.
This commit is contained in:
parent
131ca1ba9b
commit
cc71401e29
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user