Torzu est un fork de Yuzu, l’émulateur Nintendo Switch open source le plus populaire au monde.
Il est écrit en C++ dans un souci de portabilité, et l’auteur prévoit de maintenir activement les versions pour Linux, Android et Windows.
Les principaux changements sont:
– Updated Vulkan submodules to fix VRAM leaks and TOTK crashes on Steam Deck
– Cherry-picked several changes from Sudachi (fixes Paper Mario: The Thousand-Year Door)
– Implemented safer and faster way to get current mirror URL
– Cleaned up web service reminiscents
– Added experimental AppImage build
– Fixed controller UI being cut off at the bottom
– Added menu option under « About » to open to current mirror repository in browser
– Added Windows build
– Added option to optimize generated SPIR-V shaders via spirv-opt
– Added option to synchronize CPU clock to render speed limit
– Added option to launch home menu from Switch firmware
– Fixed crash when switching away from null graphics per-game
– Minor improvements and additions