Sam Lantinga
Sam Lantinga
Feel free to submit a PR for this!
> The most reliable way to do this is to use `GetGamingDeviceModelInformation` per a more recent [blog post](https://walbourn.github.io/directx-and-uwp-on-xbox-series-x-s/). Thanks!
One of the things I want to be aware of is the impact of code changes in SDL 3 affecting merges between SDL 2 and SDL 3. We're going to...
I think after discussion, we don't plan to move to stdint/stdbool as the datatypes we use in code. This allows us to more cleanly merge changes between SDL2 and SDL3,...
> Just a quick question about the integer types: in some places there are still uses of `(unsigned) int` (for example `SDL_Vulkan_GetInstanceExtensions`). Will these be replaced with their fixed width...
@mupfdev, does the N-Gage SDK support `//` style comments and declaring variables in the middle of a block? Or if not by default, is there a compiler command line option...
> Also, as the improved timer accuracy minimum precision is about 500 µs, the SDL_Delay function parameter should be specified in µs instead of ms to benefit from it. We...
I'm running into this upgrading hidapi to the latest version. Let's update to `//` comments and mixed declarations. I think this will also make it easier for people wanting to...
I have the declaration after statement block removed in a pending PR: https://github.com/libsdl-org/SDL/pull/7736/commits/1ec10b0bd59b83b84e501e87c2b70793c6dc0cad
Are you able to debug SDL and see what's going on? If not, are you willing to send me your controller so I can debug it? :)