Ryan C. Gordon

Results 1356 comments of Ryan C. Gordon

Hey, @isage, I'm updating the Vita audio code for the new SDL3 interfaces, and I have dumb questions: In SDL3, the backend code has to do its waiting in VITAAUD_WaitDevice;...

Some (possibly unreasonable) notes: - If these are async, do we want a callback, or do we just want it to post to the event queue when it's complete? -...

Okay, these are fair points.

> Should the api support modal dialogs? I think they should be modal to the specified window, and not modal (or maybe app modal) if no window is specified. Although...maybe...

> A little something while I have it on my mind: some platforms require the filters to be formatted like png;jpg;jpeg while others need *.png;*.jpg;*.jpeg. Which one should I require...

Pass zero for the stack argument, which uses the system default, especially since this is going to be calling back into app code.

The SDL3 audio rewrite implements several of these suggestions, so this will be resolved by #7704.

This is a no for SDL2 at this point, and I'm inclined to say no for SDL3, too.

This looks like it tried to include an x86 header when compiling for ARM. I'll see if I can reproduce this today.

I think he was saying it definitely works with an older version, so it isn't that his ndk install is simply broken.