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,
# it seems that Qt is only installed by default on unstable os at the momentos: unstable
# shallow cloneclone_depth:1environment:QTDIR: C:\Qt\5.4\msvc2013_opengl
install:- git submodule update --init --recursive
before_build:- mkdir build
- cd build
- cmake ..
- cd ..