Yet another Yuzu fork http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu

darktux bf2f22a7ea fix: resume application when library applets are closed 6 ماه پیش
.github c456568564 Deleted contact links from issue templates 6 ماه پیش
.reuse 59080a3d1d android: Provide debug.keystore for debug and relWithDebInfo builds 9 ماه پیش
CMakeModules 645961613f cmake: support simpleini cmake config and pc file 8 ماه پیش
LICENSES 4f83b00f6f general: fix trailing whitespace 9 ماه پیش
dist 338e088b9d Remove trailing whitespaces 7 ماه پیش
externals 487089ecaa Reverted recent tzdb_to_nx update 6 ماه پیش
hooks cdb240f3d4 chore: make yuzu REUSE compliant 2 سال پیش
src bf2f22a7ea fix: resume application when library applets are closed 6 ماه پیش
tools 3857ff1aa8 Removed telemetry and anonymized SCM (git) strings 6 ماه پیش
.codespellrc 45c87c7e6e core: refactor emulated cpu core activation 10 ماه پیش
.git-blame-ignore-revs 78b9956a04 Skip git blame 11 ماه پیش
.gitattributes cdb240f3d4 chore: make yuzu REUSE compliant 2 سال پیش
.gitignore e20c4fbbd4 android: Initialize defaults for each orientations 1 سال پیش
.gitmodules b07b266b87 Implemented rewindless Fiber without Boost (using minicoro) 6 ماه پیش
CMakeLists.txt 2c213a4002 Searching for Vulkan before QT6, so it doesn't messes with Vulkan. 6 ماه پیش
CONTRIBUTING.md cdb240f3d4 chore: make yuzu REUSE compliant 2 سال پیش
Doxyfile cdb240f3d4 chore: make yuzu REUSE compliant 2 سال پیش
LICENSE.txt cdb240f3d4 chore: make yuzu REUSE compliant 2 سال پیش
README.md a884e168ac Improve upon last commit 6 ماه پیش
vcpkg.json 7239547ead android: add oboe audio sink 10 ماه پیش

README.md

torzu is a fork of yuzu, 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, and I plan to actively maintain builds for Linux, Android and Windows.

Compatibility | Development | Building | Download | License

Compatibility

The emulator is capable of running most commercial games at full speed, provided you meet the necessary hardware requirements.

It runs most Nintendo Switch games released until the date of the Yuzu takedown.

Development

Most of the development happens on Dark Git. It's also where our central repository is hosted.

If you want to contribute, please take a look at the Contributor's Guide and Developer Information.

To clone this git repository, you can use these commands given tor is installed and running:

git -c http.proxy=socks5h://127.0.0.1:9050 clone http://y2nlvhmmk5jnsvechppxnbyzmmv3vbl7dvzn6ltwcdbpgxixp3clkgqd.onion/darktux/torzu.git --recursive
cd torzu
git submodule update --init --depth 1 --recursive

Building

Download

There are no precompiled releases available (yet).

License

yuzu is licensed under the GPLv3 (or any later version). Refer to the LICENSE.txt file.