diff options
author | Subv <subv2112@gmail.com> | 2017-06-28 19:34:16 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-07-11 18:39:15 +0200 |
commit | 7bc467e8725c6751eb44ea45ff2203af8692cda1 (patch) | |
tree | bcc21b0d48574dad3c8036905b3fe179f6e39640 /src/video_core/pica_state.h | |
parent | SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was being set to the dist atten scale. (diff) | |
download | yuzu-7bc467e8725c6751eb44ea45ff2203af8692cda1.tar yuzu-7bc467e8725c6751eb44ea45ff2203af8692cda1.tar.gz yuzu-7bc467e8725c6751eb44ea45ff2203af8692cda1.tar.bz2 yuzu-7bc467e8725c6751eb44ea45ff2203af8692cda1.tar.lz yuzu-7bc467e8725c6751eb44ea45ff2203af8692cda1.tar.xz yuzu-7bc467e8725c6751eb44ea45ff2203af8692cda1.tar.zst yuzu-7bc467e8725c6751eb44ea45ff2203af8692cda1.zip |
Diffstat (limited to 'src/video_core/pica_state.h')
-rw-r--r-- | src/video_core/pica_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica_state.h b/src/video_core/pica_state.h index 2d23d34e6..864a2c9e6 100644 --- a/src/video_core/pica_state.h +++ b/src/video_core/pica_state.h @@ -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; |