mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 12:58:21 +00:00
SwRasterizer/Lighting: Do not use global state in LookupLightingLut.
This commit is contained in:
parent
c2088581a0
commit
5d5611f3d7
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