Christopher Snowhill

Results 237 comments of Christopher Snowhill

Confirmed these frame rate issues do not occur with Sway master, so it's down to labwc and this PR being updated to handle whatever the refresh issue is.

DAC Control should not recurse. It would be helpful if I could have this troublesome file, so I could trace where and how the DAC Control is reentering itself. On...

Pardon my stupidity: https://github.com/kode54/Game_Music_Emu/commit/966cf2d866cec3226265798c4631e21ca9c57d83 It's supposed to be called from normal chip writes, but it's not supposed to recurse upon itself like that, since it makes no sense to catch...

Since samples are deltas, and added when going forward, shouldn’t they be instead subtracted when going backwards?

Same for my up to date installation of Windows 11 22H2. ![Screenshot_20230116_080357](https://user-images.githubusercontent.com/796316/212807559-56aee348-3999-4d54-90c2-3e9c70f6210f.png)

Figured out why. It's because the Store version hasn't been updated for a full year, so it's missing several build numbers added 7 months ago.

Windows doesn't display a cursor if there's no mouse attached. The workaround for this is to enable MouseKeys.

#304 fixes the Wayland patch to actually activate. However, I can't get it to display window sharing for anything but XWayland apps, and the Screen sharing shows black screens. AMDGPU...

I have added gme_type_extension(gme_type_t), which returns const char*.

The UI scaling detection code caps the UI scale to 125% currently.