1 file changed
+1
-1
lines changed- Android.mk+1
- CMakeLists.txt+16-2
- VisualC-GDK/SDL/SDL.vcxproj+6
- VisualC-GDK/SDL/SDL.vcxproj.filters+18
- VisualC/SDL/SDL.vcxproj+6
- VisualC/SDL/SDL.vcxproj.filters+24
- Xcode/SDL/SDL.xcodeproj/project.pbxproj+41
- docs/README-linux.md+3-1
- examples/CMakeLists.txt+1
- examples/asyncio/01-load-bitmaps/README.txt+6
- examples/asyncio/01-load-bitmaps/load-bitmaps.c+125
- include/SDL3/SDL.h+1
- include/SDL3/SDL_asyncio.h+509
- include/SDL3/SDL_hints.h+1
- include/SDL3/SDL_surface.h+2-3
- include/build_config/SDL_build_config.h.cmake+1
- src/SDL.c+2
- src/audio/SDL_audio.c+4-4
- src/core/android/SDL_android.c+5
- src/dynapi/SDL_dynapi.sym+11
- src/dynapi/SDL_dynapi_overrides.h+11
- src/dynapi/SDL_dynapi_procs.h+11
- src/file/SDL_asyncio.c+327
- src/file/SDL_asyncio_c.h+30
- src/file/SDL_sysasyncio.h+144
- src/file/generic/SDL_asyncio_generic.c+465
- src/file/io_uring/SDL_asyncio_liburing.c+549
- src/file/windows/SDL_asyncio_windows_ioring.c+551
- src/video/kmsdrm/SDL_kmsdrmvideo.c+1-1
- test/CMakeLists.txt+1
- test/testasyncio.c+191
0 commit comments