Cameron Gutman
Cameron Gutman
Hello, I am the upstream maintainer of [Moonlight Embedded](https://github.com/moonlight-stream/moonlight-embedded). I am working on tracking down a user-reported issue with Xbox 360/One gamepads being mapped incorrectly while running inside RetroPie (and...
We need to use the ALSA channel mapping API to reconfigure the audio device to match our expected channel layout. If that fails, we should reconfigure our Opus mapping to...
On multi-homed hosts, the interface that will be used for outgoing multicast traffic is implementation-defined. As a result, the mDNS queries don't always go out on the interfaces where the...
QMdnsEngine currently assumes service names will not contain dots. This causes it to mishandle mDNS responses for NVIDIA GameStream which contain several dots in the service name. The following is...
Currently, invalidation of superseded records is handled in `Cache::addRecord()` as each record is added to the cache. However, this breaks when there are multiple records of the same type in...
https://github.com/libsdl-org/SDL/commit/4d1905c9b60489b58c486cee350356e156ce6856 has introduced some graphical corruption for me when GLES applications are rendering using a separate render thread and I press Super+Left/Right/Up to move the window around on GNOME with...
When using the Wayland backend, key events contain incorrect modifiers in certain cases. For example, when pressing Left Ctrl, Alt, Shift then releasing Left Shift, Alt, and Ctrl, the expected...
I tracked down the cause of https://github.com/moonlight-stream/moonlight-qt/issues/856 which can be easily reproduced by installing DS4Windows and connected a PS4 controller. Git bisect blames 5aa438e80aabe3570c0ef807d9b22bcd9835ced6. It appears that the crash is...
This is a continuation of the discussion from 9219d19540747efca0019da69064fc65cf000db0, https://github.com/moonlight-stream/moonlight-qt/issues/620, and #477. I took a look at the SDL code to figure out what's going on. Some of the mapping...