You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
darktux 5bc8aaa78b Mention GitHub mirror repository in README 2 years ago
.github/ISSUE_TEMPLATE Deleted contact links from issue templates 2 years ago
.reuse android: Provide debug.keystore for debug and relWithDebInfo builds 2 years ago
CMakeModules cmake: support simpleini cmake config and pc file 2 years ago
LICENSES general: fix trailing whitespace 2 years ago
dist Remove trailing whitespaces 2 years ago
externals Reverted recent tzdb_to_nx update 2 years ago
hooks
src Remove accidental use of standard format instead of libfmt format 2 years ago
tools Removed telemetry and anonymized SCM (git) strings 2 years ago
.codespellrc core: refactor emulated cpu core activation 2 years ago
.git-blame-ignore-revs Skip git blame 2 years ago
.gitattributes
.gitignore android: Initialize defaults for each orientations 2 years ago
.gitmodules Implemented rewindless Fiber without Boost (using minicoro) 2 years ago
CMakeLists.txt Searching for Vulkan before QT6, so it doesn't messes with Vulkan. 2 years ago
CONTRIBUTING.md
Doxyfile
LICENSE.txt
README.md Mention GitHub mirror repository in README 2 years ago
vcpkg.json android: add oboe audio sink 2 years ago

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
cd torzu
git submodule update --init --depth 1 --recursive

Alternatively, you can clone from the GitHub mirror repository:

git clone https://github.com/litucks/torzu.git --depth 1 --recursive

Note that above repository may be taken down any time. Do not rely on its existence in production.

This project incorporates several commits from the Suyu and Sudachi forks (but cleaned up due to the typically mediocre code/commit quality from both projects) as well as some custom changes, including lowered minimum boost library version requirements and faster fibers.

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.