Implement FAudio backend (#6374)

This commit is contained in:
Oschowa
2019-10-24 21:26:29 +02:00
committed by Ivan
parent a32f979814
commit 06433d614a
15 changed files with 265 additions and 5 deletions
+5
View File
@@ -18,6 +18,11 @@ matrix:
services: docker
cache: ccache
install: "docker pull rpcs3/rpcs3-travis-xenial:1.0"
addons:
apt:
packages:
- libsdl2-2.0
- libsdl2-dev
script: 'travis_wait docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .travis/travis.env rpcs3/rpcs3-travis-xenial:1.0 /bin/bash -ex /rpcs3/.travis/build-linux.bash'
- os: osx
osx_image: xcode10.2