SwRasterizer/Lighting: Do not use global state in LookupLightingLut.

This commit is contained in:
Subv 2017-06-28 12:34:16 -05:00 committed by wwylele
parent c2088581a0
commit 5d5611f3d7
2 changed files with 22 additions and 13 deletions

View file

@ -79,7 +79,7 @@ struct State {
std::array<ColorDifferenceEntry, 256> color_diff_table;
} proctex;
struct {
struct Lighting {
union LutEntry {
// Used for raw access
u32 raw;