mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-04 09:22:38 +00:00
A bunch of trivial changes to fix clang warnings.
This commit is contained in:
parent
d41eb76378
commit
fd7cf5bb71
26 changed files with 20 additions and 37 deletions
|
@ -40,7 +40,6 @@ class Tev
|
|||
s16 *m_ColorInputLUT[16][3];
|
||||
s16 *m_AlphaInputLUT[8]; // values must point to ABGR color
|
||||
s16 *m_KonstLUT[32][4];
|
||||
u8 *m_RasColorLUT[8];
|
||||
s16 m_BiasLUT[4];
|
||||
u8 m_ScaleLShiftLUT[4];
|
||||
u8 m_ScaleRShiftLUT[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue