mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
ConstantManager: Do not use single-element arrays.
This commit is contained in:
@@ -19,7 +19,7 @@ struct PixelShaderConstants
|
||||
int4 indtexscale[2];
|
||||
int4 indtexmtx[6];
|
||||
int4 fogcolor;
|
||||
int4 fogi[1];
|
||||
int4 fogi;
|
||||
float4 fogf[2];
|
||||
|
||||
// For pixel lighting
|
||||
|
||||
Reference in New Issue
Block a user