about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-04 20:15:19 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-03-04 20:15:19 +0100
commitaad680d61d04a68e816fef1c79c1067718e25f65 (patch)
tree8bf15dc7023b009fee42b4fbe479576836eb953f /src
parent9d65062d35381320c4b0b82b012936ecf97f8ba3 (diff)
downloadbox64-aad680d61d04a68e816fef1c79c1067718e25f65.tar.gz
box64-aad680d61d04a68e816fef1c79c1067718e25f65.zip
Added wrapped SDL_GetPreferredLocales function (for #247)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/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 55abb776..f1fdbb97 100755
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -225,6 +225,7 @@ GO(SDL_GetPerformanceFrequency, UFv)
 GO(SDL_GetPixelFormatName, pFu)
 GO(SDL_GetPlatform, pFv)
 GO(SDL_GetPowerInfo, iFpp)
+GO(SDL_GetPreferredLocales, pFv)
 GO(SDL_GetPrefPath, pFpp)
 GO(SDL_GetQueuedAudioSize, uFi)
 GO(SDL_GetRelativeMouseMode, iFv)