SHA256
1
0
forked from pool/SDL2

- Update to release 2.30

OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=178
This commit is contained in:
2024-02-02 00:47:40 +00:00
committed by Git OBS Bridge
parent 7cfbd18d36
commit 740b83a4a7
7 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 2 00:45:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.30
* Added support for 2 bits-per-pixel indexed surface formats.
* Added the function SDL_GameControllerGetSteamHandle() to get
the Steam API handle for a controller, if available.
* Added the event SDL_CONTROLLERSTEAMHANDLEUPDATED which is sent
when the Steam API handle for a controller changes. This could
also change the name, VID, and PID of the controller.
* Added the environment variable SDL_LOGGING to control default
log output.
-------------------------------------------------------------------
Thu Nov 2 19:09:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>