.github
CMakeModules
dist
externals
FidelityFX-FSR
SDL
.github
VisualC
VisualC-WinRT
Xcode
Xcode-iOS
Demos
SDLtest
Test
TestiPhoneOS.xcodeproj
Info.plist
README
acinclude
android-project
android-project-ant
build-scripts
cmake
debian
docs
include
src
test
visualtest
wayland-protocols
.gitignore
Android.mk
BUGS.txt
CMakeLists.txt
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in
Makefile.minimal
Makefile.os2
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt
README.md
SDL2.spec.in
SDL2Config.cmake
TODO.txt
WhatsNew.txt
autogen.sh
cmake_uninstall.cmake.in
configure
configure.ac
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
Vulkan-Headers
cmake-modules
cpp-httplib
cubeb
discord-rpc
dynarmic
ffmpeg
find-modules
getopt
glad
inih
libressl
libusb
mbedtls
microprofile
opus
sirit
soundtouch
xbyak
CMakeLists.txt
patches
src
CMakeLists.txt
LICENSE
README.md
license.txt
12 lines
645 B
Plaintext
12 lines
645 B
Plaintext
|
|
TestiPhoneOS.xcodeproj contains targets to compile many of the SDL test programs for iPhone OS. Most of these test programs work fine, with the following exceptions:
|
||
|
|
|
||
|
|
testthread:
|
||
|
|
SIGTERM kills the process immediately without executing the 'kill' function. The posix standard says this shouldn't happen. Apple seems intent on having iPhone apps exit promptly when the user requests it, so maybe that's why(?)
|
||
|
|
|
||
|
|
testlock:
|
||
|
|
Locks appear to work, but there doesn't appear to be a simple way to send the process SIGINT.
|
||
|
|
|
||
|
|
testsprite2:
|
||
|
|
SDL_CreateTextureFromSurface requests an ARGB pixel format, but iPhone's SDL video driver only supports ABGR.
|
||
|
|
|