suyu/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

79 lines
3.2 KiB
Markdown
Raw Normal View History

2024-03-05 09:42:40 +01:00
<!--
2024-03-05 12:05:49 +01:00
SPDX-FileCopyrightText: 2024 suyu emulator project
SPDX-License-Identifier: GPL v3
2024-03-05 09:42:40 +01:00
-->
**Note**: We do not support or condone piracy in any form. In order to use Suyu, you'll need keys from your real Switch system, and games which you have legally obtained and paid for. We do not intend to make money or profit from this project.
2024-03-05 09:42:40 +01:00
2024-03-07 01:05:43 +01:00
We are in great need of developers. Please join our Discord server below if you can help out with the project.
2024-03-06 10:38:34 +01:00
This repo is based on Yuzu EA 4176. Please contribute if you can!
2024-03-05 09:42:40 +01:00
2024-03-06 10:38:34 +01:00
<hr />
<h1 align="center">
2024-03-05 09:42:40 +01:00
<br>
2024-03-07 00:16:24 +01:00
<a href="https://gitlab.com/suyu-emu/suyu"><img src="dist/readme/suyu__Logo-Pill.svg" alt="suyu" height="128"></a>
2024-03-05 09:42:40 +01:00
<br>
<b>suyu</b>
<br>
</h1>
2024-03-06 10:38:34 +01:00
<h4 align="center"><b>suyu</b>, pronounced "sue-you" (wink wink) is the continuation of the world's most popular, open-source, Nintendo Switch emulator, yuzu.
2024-03-05 09:42:40 +01:00
<br>
It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android.
</h4>
<p align="center">
2024-03-07 00:24:53 +01:00
<a href="#compatibility">Compatibility</a> |
2024-03-05 09:42:40 +01:00
<a href="#development">Development</a> |
<a href="#building">Building</a> |
2024-03-07 08:26:21 +01:00
<a href="https://gitlab.com/suyu-emu/suyu/-/pipelines">Pipelines</a> |
<a href="#downloads">Downloads</a> |
2024-03-05 09:42:40 +01:00
<a href="#support">Support</a> |
<a href="#license">License</a>
</p>
2024-03-05 09:45:09 +01:00
## Status
2024-03-06 10:38:34 +01:00
We are trying to get the builds working. We are in need of developers. Join our Discord to contribute.
**Note**: This README is a fork of the original project's README, most links are broken!
2024-03-05 09:45:09 +01:00
2024-03-05 09:42:40 +01:00
## Compatibility
The emulator is capable of running most commercial games at full speed, provided you meet the [necessary hardware requirements](https://suyu-emu.org/help/quickstart/#hardware-requirements).
2024-03-06 17:07:40 +01:00
For a full list of games suyu supports, please visit our [Compatibility page](https://gitlab.com/suyu-emu/suyu/-/wikis/Compatibility).
2024-03-05 09:42:40 +01:00
2024-03-07 00:38:57 +01:00
Check out our [website](https://suyu.dev) for the latest news on exciting features, monthly progress reports, and more!
2024-03-05 09:42:40 +01:00
## Development
This project is completely free and open source, this project is made possible by many people who share the same interest.
2024-03-07 01:12:37 +01:00
Most of the development happens on GitLab. For development discussion, please join us on [Discord](https://discord.gg/2gQRBp44KT).
2024-03-05 09:42:40 +01:00
2024-03-06 01:38:47 +01:00
If you want to contribute, please take a look at the [Contributor's Guide](https://gitlab.com/suyu-emu/suyu/-/wikis/Contributing) and [Developer Information](https://gitlab.com/suyu-emu/suyu/-/wikis/Developer-Information).
2024-03-05 09:42:40 +01:00
You can also contact any of the developers on Discord in order to know about the current state of the emulator.
## Downloads
* __Windows__: [Legacy Artifacts](https://github.com/pineappleea/pineapple-src/releases)
2024-03-05 11:00:14 +01:00
* __Linux__: [Legacy Artifacts](https://github.com/pineappleea/pineapple-src/releases)
2024-03-05 09:42:40 +01:00
## Building
* __Windows__: [Wiki page](https://gitlab.com/suyu-emu/suyu/-/wikis/Building-for-Windows)
* __Linux__: [Wiki page](https://gitlab.com/suyu-emu/suyu/-/wikis/Building-for-Linux)
2024-03-05 09:42:40 +01:00
## Support
2024-03-07 01:05:43 +01:00
This project is completely free and open source, this project is made possible by many people who share the same interest. Please join the Discord server [here](https://discord.gg/2gQRBp44KT) to contribute.
2024-03-05 09:42:40 +01:00
## License
2024-03-05 12:10:29 +01:00
suyu is licensed under the free and open-source GPL v3 license.