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 37ac2b6657
commit 7bc467e872
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;