N64-UNFLoader icon indicating copy to clipboard operation
N64-UNFLoader copied to clipboard

Rewrite debug_commands_setup

Open buu342 opened this issue 3 years ago • 1 comments

The original implementation is a mess and seemingly breaks with -O3. Guess it's time for a rewrite!

buu342 avatar Sep 06 '21 15:09 buu342

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).

buu342 avatar Sep 22 '21 20:09 buu342