Joe Osborn
Joe Osborn
This was also something I saw in Emscripten builds https://github.com/libretro/RetroArch/pull/15845/files, I wish I had found this bug report then. Web is kind of a special case because the files are...
Ohhh, system zlib vs vendored zlib header issue maybe. I’ll look today.
I can't reproduce in a 64bit debian-unstable distrobox or a 32-bit debian-unstable lxc container. Clean followed by configure and make compiles without incident.
I got it to reproduce by forcing HAVE_BUILTINZLIB to 0, will have a patch soon
Oh sweet, they do as a matter of fact! I see your "fix for conflicting types in uncompress prototype". I was trying to fix it locally in bsvmovie.c by changing...
This is perplexing since it’s only one core, and that code doesn’t have any core-specific stuff happening. Does it display ok if you set the aspect ratio to custom, or...
This is really interesting! I did add two config variables (four on mobile), so config parsing or management could be implicated somehow, but you said the commit that did that...