Roger Manuel

Results 22 comments of Roger Manuel

![paddle_settings](https://user-images.githubusercontent.com/6055122/213598780-a14cbfc1-d451-407f-ad50-142b8cdb6b54.png) I can only describe how the Mac version works by describing how the Taito Paddle works. All the paddle does is maintain a single unsigned 16-bit value (0 to...

I reviewed it and I like what I see. The performance improvements are the real deal. There are some things that I'd like to change, but we can accept the...

Sorry for taking so long on this PR. I just got back into DeSmuME development, and I thought it would've been merged a long while ago, but it wasn't. It...

Use `__APPLE__` for modern code. `__MACH__` was used for old code from the 2000s when Apple was transitioning between Mac OS 9 and Mac OS X, where `__MACH__` was used...

> gcc14 now defaults to erroring out on encountering an implicit declaration. so the commit fixed an actual issue. Ummm.... what?!! Who's compiling using implicit function declarations? The Xcode projects...

> basically anyone with a C compiler < gcc 14 who didn't stuff -Werror=implicit-function-declaration into his CFLAGS. Yes, not including that flags for your build is the user's fault, and...

I fixed this a slightly different way in commit 779606e. @atsampson, thanks for the heads up!

> That breaks it again on Linux, though, I'm afraid. Our CI disagrees. All builds passed for commit 779606e just fine, including the Linux ones. What do you mean by...

I would rather that we didn't change the libretro library too much so that we don't get too far away from what's upstream. With that said, I was very surprised...

@rofl0r, do you know if we can configure our CI so that Linux builds treat implicit function declarations as errors instead of warnings?