GTUltra
GTUltra copied to clipboard
Fix pointer-to-int-cast warnings
I don't get those warnings, so will need to check if this causes any weirdness on windows build first.
Converting a pointer to a 32bit integer is wrong, especially on 64bit platforms, and the correct format for printing pointers is %p (https://www.cplusplus.com/reference/cstdio/printf/)