mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 12:28:05 -05:00
SwRasterizer/Lighting: Do not use global state in LookupLightingLut.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user