mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-25 08:05:35 +00:00
Fixed typo in source comment.
This commit is contained in:
parent
a02521492f
commit
a9d4a6b81a
|
@ -58,7 +58,7 @@
|
||||||
/* The configure script already did any necessary checking */
|
/* The configure script already did any necessary checking */
|
||||||
# define SDL_XAUDIO2_HAS_SDK 1
|
# define SDL_XAUDIO2_HAS_SDK 1
|
||||||
#elif defined(__WINRT__)
|
#elif defined(__WINRT__)
|
||||||
/* WinRT always has access to the the XAudio 2 SDK */
|
/* WinRT always has access to the XAudio 2 SDK */
|
||||||
# define SDL_XAUDIO2_HAS_SDK
|
# define SDL_XAUDIO2_HAS_SDK
|
||||||
#else
|
#else
|
||||||
/* XAudio2 exists as of the March 2008 DirectX SDK
|
/* XAudio2 exists as of the March 2008 DirectX SDK
|
||||||
|
|
Loading…
Reference in a new issue