09-22-2021, 11:26 PM
(09-20-2021, 11:37 AM)Unnamed Wrote: Really nice update!
Just to tell you: I tried out the code with a button activator right on classic controller (0x8000). This resulted in not working with the cmpwi instruction, so I simply replaced it with cmplwi to make it work for values over 0x8000.
I just wanted to tell you not that someone is surprised that it does not work for values above 0x8000.
Nice catch! Can't believe I've never thought of that becoming an issue. Thank you.