torzu is a fork of yuzu, the world's most popular, open-source, Nintendo Switch emulator.
85baaf0ab1
Different image usage flags between image creation and image view creation. |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
.reuse | ||
CMakeModules | ||
dist | ||
externals | ||
hooks | ||
LICENSES | ||
src | ||
tools | ||
.codespellrc | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
Doxyfile | ||
LICENSE.txt | ||
README.md | ||
vcpkg.json |
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
- Linux: Linux Build
- Windows: Windows Build
- Android: Android Build
- macOS: macOS Build
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.