I’m running it on a 32-bit emulator, maybe that’s the issue here? i don’t know honestly
You must log in or # to comment.
Did you modify the make file? By what I understood from the source code, the -1 is a separator for differente escape codes
The make file defines if it’s ok to implicitly convert -1 to an unsigned integer (note the -W narrowing flag in red).