mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Fix pixelshader constant offsets.
This commit is contained in:
parent
88c7afd315
commit
6d5065c58d
@ -20,8 +20,8 @@
|
|||||||
#define C_INDTEXMTX (C_INDTEXSCALE + 2) //21
|
#define C_INDTEXMTX (C_INDTEXSCALE + 2) //21
|
||||||
#define C_FOGCOLOR (C_INDTEXMTX + 6) //27
|
#define C_FOGCOLOR (C_INDTEXMTX + 6) //27
|
||||||
#define C_FOGI (C_FOGCOLOR + 1) //28
|
#define C_FOGI (C_FOGCOLOR + 1) //28
|
||||||
#define C_FOGF (C_FOGI + 2) //29
|
#define C_FOGF (C_FOGI + 1) //29
|
||||||
#define C_ZSLOPE (C_FOGF + 1) //31
|
#define C_ZSLOPE (C_FOGF + 2) //31
|
||||||
#define C_EFBSCALE (C_ZSLOPE + 1) //32
|
#define C_EFBSCALE (C_ZSLOPE + 1) //32
|
||||||
|
|
||||||
#define C_PENVCONST_END (C_EFBSCALE + 1)
|
#define C_PENVCONST_END (C_EFBSCALE + 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user