summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-11-14 04:52:20 +0100
committerbunnei <bunneidev@gmail.com>2016-02-05 23:17:29 +0100
commite9af70eaf3e9d190b2c75c039b004beb71f0e436 (patch)
treecf0703ef550c113c4689344ecc303a484fb97b9f /src/video_core/pica.h
parentrenderer_opengl: Implement diffuse component of HW fragment lighting. (diff)
downloadyuzu-e9af70eaf3e9d190b2c75c039b004beb71f0e436.tar
yuzu-e9af70eaf3e9d190b2c75c039b004beb71f0e436.tar.gz
yuzu-e9af70eaf3e9d190b2c75c039b004beb71f0e436.tar.bz2
yuzu-e9af70eaf3e9d190b2c75c039b004beb71f0e436.tar.lz
yuzu-e9af70eaf3e9d190b2c75c039b004beb71f0e436.tar.xz
yuzu-e9af70eaf3e9d190b2c75c039b004beb71f0e436.tar.zst
yuzu-e9af70eaf3e9d190b2c75c039b004beb71f0e436.zip
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index b82ecf68a..aad9effdc 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -1216,7 +1216,7 @@ struct State {
}
};
- std::array<LutEntry, 256> luts[24];
+ std::array<std::array<LutEntry, 256>, 24> luts;
} lighting;
/// Current Pica command list