H. Aronson
H. Aronson
I've verified Brick's SIMD and mul2 algorithms produce comparable (visual) results to the classic algorithms. These were my implementations: ```c uint8_t blend_classic(uint8_t sC, uint8_t dC, uint8_t sA) { return ((((sC...
I am a bit mystified. `main`'s blitters under Windows and Linux x86_64 and ARM64 don't seem to be deterministic to the pixel input no matter what compiler I try. On...
Just saw this issue #6 and I see I missed the version by one major version. It was fixed in macOS 12. not 11, sorry for the confusion. Bumped up...
Had a chance to chat on Discord in GBADEV. This user copied the sources into their project and redefined a few things in the global namespace the project relies on....
> I still can't use it I gave you detailed instructions on Discord on how everyone else has been using this with success. If you "still can't use it" after...
Reposting what I posted in Discord so that anyone who runs into this in the future can avoid all these errors: > You can avoid that by using the headers...
It was allocating too much memory, good catch. I've changed the code in question, and replaced more malloc calls with the appropriate calloc calls.
I had a feeling the DS specific changes weren't necessary. I've restored the files.
MIT is well vetted and seems the best to me
Honestly if you all have a good social relationship, the state of pret and the expansion projects was never cleanroom... it's unlikely anything worse would happen. You're already in hot...