jeffythedragonslayer

Results 135 comments of jeffythedragonslayer
trafficstars

I agree about #defines instead of 0, 1, 2. How do you feel about stdbool.h? Quite a few things in that `struct instruction` look like booleans.

Are there users who are stuck on an ANSI C90 compiler?

So it sounds like in order to move WLA DX to C99, there would have to be good C99 compilers for all of those old systems. That could take quite...

I actually prefer `i` over `loopIndex` when that's what it means xD

Here's one that's not clear what it's declaring: https://github.com/vhelin/wla-dx/blob/master/wlalink/discard.c#L26

How about `num_dropped_before` and `num_dropped_after` ?

What about an example of a memory rewrite that _does_ generate a warning?

> Also as an aside, .SNESEMU/.SNESNATIVEVECTOR should work just fine, but is > it possible to add a non-SNES alias so ppl using the '816 for other work > won't...

Is there a proposed syntax/compiler flag for this feature?