yuzu Git (2018/10/28) is complied. yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later version). yuzu has been designed with portability in mind, with builds available for Windows, Linux, and macOS. The project was started in spring of 2017 by bunnei, one of the original authors of the popular Citra 3DS emulator, to experiment with and research the Nintendo Switch. Due to the similarities between Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture, and both emulators benefit from shared improvements. During the early months of development, work was done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development became popular, work on yuzu began to take off as well.

yuzu Git Changelog:
* Merge pull request #1593 from lioncash/svc
* svc: Localize the GetInfo enum class to the function itself
* svc: Implement svcGetInfo command 0xF0000002
* Merge pull request #1581 from FreddyFunk/macosx-target-version
* Update MACOSX_DEPLOYMENT_TARGET to 10.14
* file_sys/patch_manager: Remove unnecessary if-statements (#1586)
* Merge pull request #1598 from DeeJayBro/delete-directory
* service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively
* Merge pull request #1600 from DarkLordZach/nsp-secondary-loader-fix
* loader/nsp: Move secondary loader initialization to constructor
* Merge pull request #1582 from Tinob/master
* Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB support
* Merge pull request #1602 from DarkLordZach/key-derivation-isxdigit
* key_manager: Use isxdigit instead of isdigit when reading key file
* Merge pull request #1597 from lioncash/error
* configure_system: Make GetIcon() return the scaled 64x64 icon
* configure_system: Move entry formatting for the user account list entries to its own function
* configure_system: Display errors to the user if file operations fail when setting user images
* Merge pull request #1594 from FreddyFunk/static-cast
* gl_rasterizer_cache: Fix compiler warning
* Merge pull request #1596 from FearlessTobi/port-4367
* cubeb_sink: ignore null-name device when selecting
* Merge pull request #1592 from bunnei/prim-restart
* gl_rasterizer: Implement primitive restart.
* Merge pull request #1599 from FernandoS27/stalemate
* Implement Default Block Height for each format

http://www.emucr.com/2018/10/yuzu-git-20181028.html