Bryan Cain

Results 11 comments of Bryan Cain

We could add -Wno-deprecated-declarations to the build options, but it would probably be better to just call getUsedRam() from ram.c instead of calling mallinfo() in utils.c.

This is going to break compilation on systems without glibc >= 2.33. It doesn't look like there's a simple feature macro to check whether mallinfo2 is supported, so we should...

Does this issue still exist in the current version?

The only reason I haven't been on Chrono Crash recently is that I thought there was a problem with my 2FA setup. I just realized it's actually fine, but I...

I don't think that patch can be merged as is (it makes some unrelated changes we don't want), but I'm generally in favor of the idea of using a .ini...

vcromclaim already byte-swaps N64 SRAM save data. Its problem here is that it doesn't recognize the size of the save file as an appropriate size for an SRAM save, so...

Hi, sorry for the late response. What are the last few lines it writes to standard output before crashing?

You're right, thanks. I'll fix that when I get the chance.

Hi! I see you've been maintaining your fork for quite a while. Thanks for caring for it, and apologies for the low quality of my original code. I know it's...

Upon further investigation, I think I was wrong about the cupsLocalize* functions needing the first commit in this pull request, but I wasn't wrong about ippeveprinter needing it. Given that...