N64-UNFLoader
N64-UNFLoader copied to clipboard
Rewrite debug_commands_setup
The original implementation is a mess and seemingly breaks with -O3. Guess it's time for a rewrite!
Turns out it's not breaking with -O3, but rather it's because of the 64Drive poll time. I attempted to rewrite the code today but I gave up because I was overengineering it. I think that I should just improve the documentation on the current implementation (for instance, getting rid of the ugly static values and replace them with enums so it's easier to tell what's going on).