yuzu Git (2018/08/22) 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 #1136 from tech4me/master
* qt/main: Port part of citra(#3411), open savedata works
* Merge pull request #840 from FearlessTobi/port-3353
* Port #3353 from Citra
* Merge pull request #1154 from OatmealDome/topology-lines
* maxwell_to_gl: Implement PrimitiveTopology::Lines
* Merge pull request #1141 from FearlessTobi/port-3902
* Port #3902 from Citra: "Add restart hotkey & menu option"
* Merge pull request #1124 from Subv/logic_ops
* GPU: Implemented the logic op functionality of the GPU.
* GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.
* GPU: Added registers for the logicop functionality.
* Merge pull request #1147 from lioncash/warn
* logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance
* Merge pull request #1151 from bunnei/revert-4a2ee191
* Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions."
* Merge pull request #1152 from ogniK5377/plu-include
* Added missing include for pl:u
* PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
* Merge pull request #1145 from lioncash/fwd-decl
* vfs: Replace mode.h include with forward declarations where applicable
* Merge pull request #1146 from lioncash/am
* am: Utilize std::array within PopLaunchParameter()
* Merge pull request #1148 from lioncash/audio-warn
* audio_core/filter: Add explicit cast to assignment in Process()
* Merge pull request #1149 from lioncash/paren
* shader_bytecode: Parenthesize conditional expression within GetTextureType()
* Merge pull request #1143 from lioncash/inc
* sdmc_factory: Remove unnecessary core include
* Merge pull request #1139 from lioncash/bitfield
* bit_field: Convert ToBool() into explicit operator bool
* Merge pull request #1140 from FearlessTobi/port-4056
* Port #4056 from Citra: "Add Clear Recent Files menu action"
* Merge pull request #1144 from MerryMage/MAX_LAG_TIME_US
* perf_stats: Change MAX_LAG_TIME_US to an appropriate value

http://www.emucr.com/2018/08/yuzu-git-20180822.html