Sam Lantinga
Sam Lantinga
FYI, here's the SDL 3.0 version of your example program: ```c #include #include #define WIDTH 320 #define HEIGHT 240 SDL_Palette *create_palette() { SDL_Palette *p = SDL_CreatePalette(2); p->colors[1].r = 0; p->colors[1].g...
This now implemented in SDL3.
The latest version of SDL will provide the correct name and VID/PID of the controller, and you can check that to see if it's the Steam Deck controller, which uses...
This seems reasonable to me, @icculus?
Can you add text here to describe the process of adding a new examples project? We can add it to CMakeLists.txt after this is merged.
Merged, thanks!
This is causing Visual Studio warnings: ``` C:\projects\SDL-experimental\VisualC\examples\audio\03-load-wav\03-load-wav.vcxproj : warning : Wildcards and/or some other MSBuild constructs used in project item definitions are not supported in VC projects. They can...
Can you have generate.py expand the wildcards?
This is fixed for the next SDL release, thanks!
What needs to be done on this before it can be merged?