Comparer les révisions

...

3 Révisions

Auteur SHA1 Message Date
chaphidoesstuff d3397c7c6f added migration.md details from another PR 2024-05-08 10:45:08 +02:00
chaphidoesstuff 075743b48b added migration.md from another PR 2024-05-08 10:43:40 +02:00
chaphidoesstuff 666d2667ae Update README.md 2024-05-08 10:39:58 +02:00
2 fichiers modifiés avec 23 ajouts et 3 suppressions

17
MIGRATION.md Fichier normal
Voir le fichier

@ -0,0 +1,17 @@
# Migrating from yuzu
When coming from yuzu, the migration is as easy as renaming some directories.
## Linux
```
$ mv ~/.local/share/yuzu ~/.local/share/suyu
$ mv ~/.config/yuzu ~/.config/suyu
```
Depending on your setup, you may want to substitute those base paths for `$XDG_DATA_HOME` and `$XDG_CONFIG_HOME` respectively.
There is also `~/.cache/yuzu`, which you can safely delete. Suyu will build a fresh cache in its own directory.
## Windows
Search `%APPDATA%` for the `yuzu` directories and simply rename those to `suyu`.

Voir le fichier

@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
We're in need of developers. Please join our chat below if you want to contribute!
This repo was based on Yuzu EA 4176 but the code is being rewritten from the ground up for legal and performance reasons.
Support the original suyu developer team [here](https://discord.gg/79B6wqFPnc)
Support the original suyu developer team [here](https://discord.gg/79B6wqFPnc).
<hr />
@ -62,7 +62,7 @@ You can also contact any of the developers on the Chat to learn more about the c
* __Linux__: [Releases](https://git.suyu.dev/suyu/suyu/releases)
* __macOS__: [Releases](https://git.suyu.dev/suyu/suyu/releases)
* __Android__: [Releases](https://git.suyu.dev/suyu/suyu/releases)
###### We currently do not provide builds for iOS, however if you would like, you could try the experimental [Sudachi](https://github.com/sudachi-emu/sudachi)/Folium.
###### We currently do not provide builds for iOS, however if you would like, you could try the experimental [Sudachi](https://github.com/emuPlace/Sudachi/releases)/[Folium](https://github.com/jarrodnorwell/Folium/releases).
If you want daily builds then [Click here](https://git.suyu.dev/suyu/suyu/actions).
If you don't know how to download the daily builds then [Click here](https://git.suyu.dev/suyu/suyu/raw/branch/dev/img/daily-builds.png)
@ -76,11 +76,14 @@ We have official builds [here.](https://git.suyu.dev/suyu/suyu/releases)<br>If a
* __Android__: [Android Build](https://git.suyu.dev/suyu/suyu/wiki/Building-For-Android)
* __macOS__: [macOS Build](https://git.suyu.dev/suyu/suyu/wiki/Building-for-macOS)
## Migrating from yuzu
See [MIGRATION.md](MIGRATION.md).
## Support
If you have any questions, don't hesitate to ask us in our [chat](https://chat.suyu.dev). We don't bite!
If you have any questions, don't hesitate to ask us in our [chat](https://chat.suyu.dev), make an issue or contact a developer. We don't bite!
## License