瀏覽代碼

updated sdl

[email protected] 7 年之前
父節點
當前提交
473e787321
共有 4 個文件被更改,包括 0 次插入5 次删除
  1. 二進制
      libs/SDL2.dll
  2. 二進制
      libs/SDL2.lib
  3. 二進制
      libs/SDL2main.lib
  4. 0 5
      readme/VisualStudio.txt

二進制
libs/SDL2.dll


二進制
libs/SDL2.lib


二進制
libs/SDL2main.lib


+ 0 - 5
readme/VisualStudio.txt

@@ -6,11 +6,6 @@ and just go to any example and open it right away
 2. There are prebuilt example solutions for VS2010+
 =================================================================================================
 - Build SDL:
-  - Open SDL\include\SDL_config_windows.h in any text editor
-  - Find this line:
-    #define SDL_AUDIO_DRIVER_XAUDIO2    1
-  - and comment it so it looks like:
-    //#define SDL_AUDIO_DRIVER_XAUDIO2    1
   - Go to folder SDL\VisualC\ 
   - Open SDL.sln and build it in Release configration
   - Go to folder SDL\VisualC\Win32\Release\