Lioncash 45934dd0c5 VideoCommon/PixelShaderGen: Make arrays immutable
Many of the arrays defined within this file weren't declared as
immutable, which can inhibit the strings being put into the read-only
segment. We can declare them constexpr to make them immutable.

While we're at it, we can use std::array, to allow bounds conditional
bounds checking with standard libraries. The declarations can also be
shortened in the future when all platform toolchain versions we use
support std::array deduction guides. Currently macOS and FreeBSD
builders fail on them.
2019-05-29 22:00:58 -04:00
..
2018-04-12 21:28:39 +02:00
2019-03-11 22:17:13 +03:00
2017-05-26 00:53:58 -07:00
2016-01-17 20:11:45 -05:00
2019-04-05 07:01:03 -04:00
2017-03-26 23:08:33 -04:00
2018-04-12 21:28:39 +02:00
2017-06-15 21:34:04 +02:00
2018-04-12 21:28:39 +02:00
2019-04-01 11:24:55 +10:00
2016-01-17 20:11:45 -05:00