yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
#!/bin/shset -eset -x#if OS is linux or is not setif["$TRAVIS_OS_NAME"="linux"-o -z"$TRAVIS_OS_NAME"];then
docker pull ubuntu:16.04elif["$TRAVIS_OS_NAME"="osx"];then
brew update
brew install qt5 sdl2 dylibbundler p7zip
fi