mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 13:35:37 +00:00
wiki
This commit is contained in:
parent
e7dc01c295
commit
9aff60237e
|
@ -3,25 +3,37 @@
|
||||||
<img src="../../wiki_icons/retrodeck/rd_icon_circle_192x192.png">
|
<img src="../../wiki_icons/retrodeck/rd_icon_circle_192x192.png">
|
||||||
|
|
||||||
## Will you implement X/Y/Z emulator?
|
## 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.
|
|
||||||
|
|
||||||
<br>
|
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.
|
We do have plans for a ports downloader / manager in the future.
|
||||||
|
|
||||||
<br>
|
## 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.
|
||||||
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.
|
||||||
If you want to discuss before submitting feel free to post your ideas in our discord community.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Will you add Windows versions of the emulators as well and run them via Wine/Proton?
|
## 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.
|
||||||
|
|
||||||
<br>
|
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)
|
||||||
|
|
|
@ -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.
|
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)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue