mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-27 08:01:06 -05:00
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"