Clownacy

Results 26 comments of Clownacy

I thought this project was written in C89? snprintf is C99. Also, identifiers with a leading underscore are [reserved](https://stackoverflow.com/questions/69084726/what-are-the-rules-about-using-an-underscore-in-a-c-identifier) and should not be used.

> * I've had to disable libfat for the SD card since many Aroma modules mount the SD using the Cafe driver, and it's unsafe to have two drivers mounting...

From what I can make of newlib's code, the default buffer size is [1024 bytes](https://github.com/devkitPro/newlib/blob/9042d0ce65533a26fc3264206db5828d5692332c/newlib/libc/stdio/makebuf.c#L104) ([`BUFSIZ`](https://github.com/devkitPro/newlib/blob/6226bad0eafe762b811c62d1dc096bc0858b0d1a/newlib/libc/include/stdio.h#L123)). There doesn't appear to be any release of devkitPPC that has this change yet:...

Better performance? Aren't the Nuked emulators meant to be cycle-accurate, made by reimplementing synthesiser die-shots in C? Nuked OPN2 was added to Genesis Plus GX a while back, where it...

Sort-of-fixed-but-not-really in cdd4319468f7c866c3d99e7604e11b5915339a9a

> Reference local labels from afar with Global_label.local_label (AS) This one should already be implemented. If it isn't working, then there's a bug somewhere.