SwRasterizer/Lighting: Do not use global state in LookupLightingLut.
This commit is contained in:
parent
37ac2b6657
commit
7bc467e872
2 changed files with 22 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue