From 9aff60237e9d09ae666baef249cd7eb19a02a799 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Sat, 24 Feb 2024 11:06:55 +0100 Subject: [PATCH] wiki --- wiki-rtd/docs/wiki_faq/faq-feature.md | 38 +++++++++++++++++--------- wiki-rtd/docs/wiki_faq/faq-rd-usage.md | 16 ----------- 2 files changed, 25 insertions(+), 29 deletions(-) diff --git a/wiki-rtd/docs/wiki_faq/faq-feature.md b/wiki-rtd/docs/wiki_faq/faq-feature.md index 6ab9140..ede750f 100644 --- a/wiki-rtd/docs/wiki_faq/faq-feature.md +++ b/wiki-rtd/docs/wiki_faq/faq-feature.md @@ -3,25 +3,37 @@ ## Will you implement X/Y/Z emulator? -Our goal is to implement and configure a selection of the best emulators for each system supported by ES-DE. If your favorite system is not integrated you can request its integration by opening an issue on this github page. -
+Our goal is to implement and configure a selection of the best emulators for each system supported by ES-DE. If your favorite system is not integrated, you can request its integration by opening an issue on GitHub. + +## Will you implement other software (that is not emulators and engines) inside of RetroDECK like Batocera? -## Will you implement none emulator software inside of RetroDECK like Batocera? We do have plans for a ports downloader / manager in the future. -
+## I have an innovative idea on a new feature, how do I suggest it? -## I have a good idea on a new feature, how do I suggest it? -Check if the request already exists in the issue list on github, if not you can make a new issue and suggest it. -If you want to discuss before submitting feel free to post your ideas in our discord community. - -
+Check if the request already exists in the issue list on GitHub, if not you can make a new issue and suggest it. +If you want to discuss before submitting feel free to post your ideas in our Discord community. ## Will you add Windows versions of the emulators as well and run them via Wine/Proton? -We know that some emulators like CEMU runs better with the Windows version via Proton, but the entirety of Proton/Wine and DXVK must be added to the project and then configured to get it to work at all. -This is no easy feat and most emulators are better and equally performant as their Windows counterparts with the Linux versions. -So there are no plans currently to support this and it also comes with lot of risk adding such big dependencies as Wine into the project. +We know that some emulators like CEMU run better with the Windows version via Proton, but the entirety of Proton/Wine and DXVK must be added to the project and then configured to get it to work at all. +This is no easy feat, and most emulators are better and equally performant as their Windows counterparts with the Linux versions. -
+There are no plans currently to support this and it also comes with a lot of risk adding such big dependencies as Wine into the project. + +## Will you implement Cloud Sync / Backup? + +Yes, that is the plan in a future update. We will not do our own infrastructure but allow users to their own services via easy built-in tools in the Configurator. + +### What can I use now while we wait for Cloud Sync / Backup? + +There exist several open-source options, here is a few of them: + +- [Rsync](https://linux.die.net/man/1/rsync) + +- [NextCloud](https://nextcloud.com/) + +- [Syncthing](https://github.com/syncthing/syncthing) + +- [Syncthing GTK GUI](https://flathub.org/apps/me.kozec.syncthingtk) diff --git a/wiki-rtd/docs/wiki_faq/faq-rd-usage.md b/wiki-rtd/docs/wiki_faq/faq-rd-usage.md index 65a487b..e0d4d43 100644 --- a/wiki-rtd/docs/wiki_faq/faq-rd-usage.md +++ b/wiki-rtd/docs/wiki_faq/faq-rd-usage.md @@ -153,19 +153,3 @@ Even before we release a new update for RetroDECK the nightly versions of the em There have been instances where the nightly version of an emulator has been completely broken and we want to avoid shipping that with RetroDECK. -## Will you implement Cloud Sync / Backup? - -Yes, that is the plan in a future update. We will not do our own infrastructure but allow users to their own services via easy built-in tools in the Configurator. - -### What can I use now while we wait for Cloud Sync / Backup? - -There exist several open-source options, here is a few of them: - -- [Rsync](https://linux.die.net/man/1/rsync) - -- [NextCloud](https://nextcloud.com/) - -- [Syncthing](https://github.com/syncthing/syncthing) - -- [Syncthing GTK GUI](https://flathub.org/apps/me.kozec.syncthingtk) -