retrospy / RetroSpy

Live controller viewer for Nintendo consoles as well as many other retro consoles and computers. Includes viewer application for Windows, and Arduino sketch for hardware interface.
https://retro-spy.com
GNU General Public License v3.0
143 stars 22 forks source link

N64.cpp typo #283

Closed SmolAlli closed 1 month ago

SmolAlli commented 4 months ago

https://github.com/retrospy/RetroSpy/blame/45aff70c408ca263304e30cafe0b83a0f2bfbbd0/firmware/sketches/N64.cpp#L341 Is there meant to be a space between rawData and [24] in rawData [24] == 0? doesn't seem right to me

zoggins commented 1 month ago

in C++ white space doesn't matter.