mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 06:28:24 +02:00
winrt: Remove SDL_WinRTGetFSPathUNICODE, rename SDL_WinRTGetFSPathUTF8.
Fixes #9470.
This commit is contained in:
@@ -1491,6 +1491,10 @@ The following functions have been removed:
|
||||
* SDL_RenderGetD3D11Device() - replaced with the "SDL.renderer.d3d11.device" property
|
||||
* SDL_RenderGetD3D12Device() - replaced with the "SDL.renderer.d3d12.device" property
|
||||
* SDL_RenderGetD3D9Device() - replaced with the "SDL.renderer.d3d9.device" property
|
||||
* SDL_WinRTGetFSPathUNICODE() - Use SDL_WinRTGetFSPath() and SDL_iconv_string to convert from UTF-8 to UTF-16.
|
||||
|
||||
The following functions have been renamed:
|
||||
* SDL_WinRTGetFSPathUTF8() => SDL_WinRTGetFSPath()
|
||||
|
||||
## SDL_syswm.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user