* fixes dolphin control issues
* Revert "fixes dolphin control issues"
This reverts commit 32945b947a.
* dolphin for real
* versions
* forced citra
* Fix Cemu - No DSU
* GreemDev
* path fix
* Update emuDeckXenia.sh
* Update install.sh (#1369)
* fixes dolphin control issues
* Revert "fixes dolphin control issues"
This reverts commit 32945b947a.
* dolphin for real
* versions
* forced citra
* Fix Cemu - No DSU
* GreemDev
* path fix
* Update install.sh
On Ubuntu 24.04.1 LTS is getting this error:
installing EmuDeck
[36436:1215/124135.236209:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_EmuDecSYLXPs/chrome-sandbox is owned by root and has mode 4755.
bash, linha 111: 36436 Trace/breakpoint trap (imagem do núcleo gravada) ~/Applications/EmuDeck.AppImage $sandbox
Something went wrong!
Error at 111 NULL: ~/Applications/EmuDeck.AppImage $sandbox
I just add an verification for set sandbox to "--no-sandbox" and it works!
* Update install.sh
Update
---------
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
# Conflicts:
# install.sh
* fix prerequisites installation
# Conflicts:
# install-early.sh
# install-unstable.sh
* Revert "GreemDev"
This reverts commit be0a81ba20.
* Reapply "GreemDev"
This reverts commit 3b8193f046.
* new Ryu url
* Update Lime3DS repo.
Sadly Lime3DS was archived on Nov 17, 2024. But the binaries still available here: https://github.com/Lime3DS/lime3ds-archive/releases
* Update android Lime3DS repo
---------
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
Co-authored-by: Gabriel Cruz <48037228+gabrielpcruz@users.noreply.github.com>
- use the API to get latest release info without possible broken releases
- if the local file matches latest release checksum, it will not be redownloaded
- implement checkum checking in installEmuAI and safeDownload methods
- implement possibility of not downloading anything in installEmuAI (if local file exists)
- fix launcher not finding flatpak
- improve finding correct GH asset (fileNamestartsWith) - different asset order on GH would download wrong one as they all end the same)
* Fix RPCS3 AppImage download
- use inbuilt function to find appropriate release from GitHub
* Use getLatestReleaseURLGH because the RPCS3 GH releases are sorted weirdly