Ryan C. Gordon
Ryan C. Gordon
(This doesn't need an sdl2-compat update, as the enum values and meanings of the existing cursors haven't changed, just their names.)
These are the changes against main from the https://paste.c-net.org/SymbolicChino link, which I have not evaluated yet. EDIT: this is obsolete, so I'm hiding it behind a `details` tag. ```diff ---...
Updated patch, for review: ```diff --- orig-SDL_alsa_audio.c 2023-11-18 14:07:09.503515336 -0500 +++ SDL_alsa_audio.c 2023-11-19 09:09:47.968410551 -0500 @@ -43,6 +43,8 @@ #ifdef SDL_AUDIO_DRIVER_ALSA_DYNAMIC #endif +#define loop for(;;) + static int (*ALSA_snd_pcm_open)(snd_pcm_t **,...
> In dota2, the "speaker configuration" is still corrupted. How that's supposed to work? (with dota2?) (I don't know the answer to this, but once we get the dmix work...
> is dmix (2) also intended to be in-scope? I _still_ haven't reviewed these changes, but I'm not against it. (I also would prefer a pull request, but if people...
An enormous amount of work has been happening in my working copy, but it's not quite ready to commit. Some notable executive decisions I've made since the initial wishlist: -...
Not at the moment, but also: while some webcams have mics, most don't, and even if they do, often times the user is going to want to use an external...
Ton of work hit revision control today. Got more to do, but this is more or less how I want this to look. Still need to make some small API...
Mmmm...I think I'd rather take the memcpy hit here; having these in SDL_Surfaces is super convenient, both for being able to trivially scale/convert internally, and for consistency with the rest...
> Maybe we change SDL_Surface to permit multiple planes/pitches? (I think this is a good idea, camera or not, but I have no idea what sort of things would blow...