dolphin/Source/Core/VideoBackends
Lioncash b66eb03b2f OGL: Correctly guard against array bounds of s_encodingPrograms
s_encodingPrograms is defined as an array with a length of 64
NUM_ENCODING_PROGRAMS is also defined as 64.

However 64 is out of bounds, so we want to be comparing for "equal to or
greater than here"
2014-07-14 00:48:14 -04:00
..
D3D remove unused globals 2014-07-11 16:10:20 +02:00
OGL OGL: Correctly guard against array bounds of s_encodingPrograms 2014-07-14 00:48:14 -04:00
Software Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
CMakeLists.txt Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00