mupen64plus / mupen64plus-video-glide64mk2

Video plugin for Mupen64Plus 2.0 based on 10th anniversary release code from gonetz
28 stars 37 forks source link

fix presumed off-by-one bug in TxQuantize::quantize #101

Closed bugfood closed 6 years ago

bugfood commented 6 years ago

The surrounding code is structured as if it expects the loop to run as '< numcore'. Changing the loop conditional makes it consistent with all the other 'numcore' loops in the file, and is presumably the correct fix. Unfortunately, I do not know how to exercise this piece of code, so the patch is given as-is.

Discussed in: https://github.com/mupen64plus/mupen64plus-video-glide64mk2/issues/100