about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-04-19 08:15:33 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-04-19 08:15:33 +0200
commite82e1f990547d0219ca816b2e6c44d677453b7b4 (patch)
treef92730af050c21c3a4b20a84dd336ec390cd5746 /src
parentcb6616bba13d61b130be53b32db1740becee03d3 (diff)
downloadbox64-e82e1f990547d0219ca816b2e6c44d677453b7b4.tar.gz
box64-e82e1f990547d0219ca816b2e6c44d677453b7b4.zip
Added 1 more sdl2 function (for #1458)
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedsdl2_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h
index 10d8bf30..0443c075 100644
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -155,6 +155,7 @@ GO(SDL_GameControllerGetType, uFp)
 GO(SDL_GameControllerGetVendor, WFp)
 GO(SDL_GameControllerHasButton, uFpi)
 GO(SDL_GameControllerHasLED, iFp)
+GO(SDL_GameControllerHasRumble, iFp)
 GO(SDL_GameControllerHasSensor, iFpi)
 GO(SDL_GameControllerIsSensorEnabled, uFpi)
 GO(SDL_GameControllerMapping, pFp)