Skip to content

Commit cfc22ac

Browse files
committed
Added patch notes for the SDL 2.30.0 release
1 parent b4f99de commit cfc22ac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

WhatsNew.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ This is a list of major changes in SDL's version history.
55
2.30.0:
66
---------------------------------------------------------------------------
77

8+
General:
9+
* Added support for 2 bits-per-pixel indexed surface formats
10+
* Added the function SDL_GameControllerGetSteamHandle() to get the Steam API handle for a controller, if available
11+
* 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.
12+
13+
macOS:
14+
* Added the hint SDL_HINT_JOYSTICK_IOKIT to control whether the IOKit controller driver should be used
15+
* Added the hint SDL_HINT_JOYSTICK_MFI to control whether the GCController controller driver should be used
16+
* Added the hint SDL_HINT_RENDER_METAL_PREFER_LOW_POWER_DEVICE to choose whether high or low power GPU should be used for rendering, in the case where there are multiple GPUs available
17+
818
Xbox:
919
* Added the function SDL_GDKGetDefaultUser()
1020

11-
1221
---------------------------------------------------------------------------
1322
2.28.2:
1423
---------------------------------------------------------------------------

0 commit comments

Comments
 (0)