Update SDL to 3.2.8

This commit is contained in:
Megamouse
2025-01-24 08:27:08 +01:00
parent e4ed5c47a3
commit eb43fbbb2a
28 changed files with 2081 additions and 845 deletions
+2 -2
View File
@@ -40,13 +40,13 @@ jobs:
# displayName: ccache
# - bash: |
# docker pull --quiet rpcs3/rpcs3-ci-jammy:1.1
# docker pull --quiet rpcs3/rpcs3-ci-jammy:1.2
# docker run \
# -v $(pwd):/rpcs3 \
# --env-file .ci/docker.env \
# -v $CCACHE_DIR:/root/.ccache \
# -v $BUILD_ARTIFACTSTAGINGDIRECTORY:/root/artifacts \
# rpcs3/rpcs3-ci-jammy:1.1 \
# rpcs3/rpcs3-ci-jammy:1.2 \
# /rpcs3/.ci/build-linux.sh
# displayName: Docker setup and build