mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
XFMemory: SETPOSMTXINFO should be SETPOSTMTXINFO
It actually maps to postMtxInfo, not posMtxInfo (which isn't a thing). This is especially confusing because there *are* position matrices (as opposed to post-transform matrices).
This commit is contained in:
parent
2a7f150561
commit
b7db359081
2 changed files with 11 additions and 11 deletions
|
@ -132,7 +132,7 @@ enum
|
|||
// XFMEM_SETPROJECTIONORTHO2 = 0x1027,
|
||||
XFMEM_SETNUMTEXGENS = 0x103f,
|
||||
XFMEM_SETTEXMTXINFO = 0x1040,
|
||||
XFMEM_SETPOSMTXINFO = 0x1050,
|
||||
XFMEM_SETPOSTMTXINFO = 0x1050,
|
||||
};
|
||||
|
||||
union LitChannel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue