559 Commits

Author SHA1 Message Date
Dragoon Dorise
8e9499377c Merge branch 'dev' into early 2024-12-16 17:46:40 +01:00
Dragoon Dorise
81d63bc8e1 EmuDecky password for bazzite 2024-12-14 23:21:43 +01:00
Dragoon Dorise
c701f45af1 emudeck cloud early 2024-12-08 11:30:33 +01:00
Dragoon Dorise
710d0846ce temp 7z 2024-12-08 11:29:46 +01:00
Dragoon Dorise
93a0f828a9 fix reading key 2024-12-04 19:46:07 +01:00
Dragoon Dorise
9065acaf99 generateGameLists_retroAchievements 2024-11-19 19:18:34 +01:00
Dragoon Dorise
b7a1a419f1 emudeck-cloud 2 2024-11-18 17:56:46 +01:00
Dragoon Dorise
4ed1cc57ca Migration lime3DS
Some checks failed
CI / shellcheck (push) Has been cancelled
2024-10-18 23:52:22 +02:00
Dragoon Dorise
ff03de09b1 Fix start service 2024-10-03 12:07:00 +02:00
Dragoon Dorise
86ed84401d hash 2024-09-30 20:24:01 +02:00
Dragoon Dorise
f3e8d38838 empty cs_user 2024-09-30 17:46:43 +02:00
Dragoon Dorise
1afaf34cc6 emudeck cloud fixes 2024-09-30 10:38:30 +02:00
Dragoon Dorise
9c54c5cbce jq 2024-09-30 08:21:54 +02:00
Dragoon Dorise
d5ac9be100 emudeck cloud 2024-09-30 08:20:03 +02:00
Dragoon Dorise
e6936429c3 obscure in backend 2024-09-29 22:05:55 +02:00
Dragoon Dorise
cfc756edfb emudeck cloud 2024-09-29 21:52:57 +02:00
Dragoon Dorise
f3f72867d8 decky fix 2024-09-26 17:21:41 +02:00
Dragoon Dorise
a4f06ca100 force cloudsync btns 2024-09-26 12:26:49 +02:00
Dragoon Dorise
29a96f8367 clean bad function 2024-09-26 12:26:49 +02:00
Dragoon Dorise
e34a04bb2b new cloudSync health 2024-09-26 12:26:49 +02:00
rawdatafeel
2cf842dd4f Steam ROM Manager: Disable killing Steam
* Steam ROM Manager can now handle killing and restarting Steam natively. This includes a detection in the SRM launcher file to see if the config has been updated with this feature (if the user has reset/updated configs in EmuDeck). If not, falls back to old zenity prompt.
* Cleaned up Steam ROM Manager script
2024-09-26 12:26:49 +02:00
Dragoon Dorise
e1873b7997 -f -g 2024-09-26 12:26:48 +02:00
Dragoon Dorise
27a7d3767b paths for Yuzu & Citra in case they exists - Pegasus 2024-09-26 12:26:48 +02:00
Dragoon Dorise
00f16d10a8 more logs 2024-09-26 12:26:48 +02:00
Dragoon Dorise
303ac744b9 darwin fix 2024-09-26 12:26:48 +02:00
Dragoon Dorise
b8511cb50d cloud_sync_createService 2024-09-26 12:26:48 +02:00
Dragoon Dorise
5c3ad2fd41 Temp fix EmuDeckCloudSync service 2024-09-26 12:26:48 +02:00
rawdatafeel
1cae37fba2 Steam ROM Manager: Revert line change
Was accidentally overzealous, this should only be changed for the controller templates file.
2024-09-26 12:26:48 +02:00
rawdatafeel
fe1d7f4d1b Steam ROM Manager: Hotfix controller templates (#1274)
* Controller templates did not have localization names set properly causing them to unstick in Steam ROM Manager/identify as another controller profile
    * Updated controllerTemplates.json file to match changes
* Updated Steam path to ~/.local to match new SRM update
* Fixed steam controller templates, was previously using the wrong controller name
2024-09-26 12:26:48 +02:00
Dragoon Dorise
014910c161 && echo "true" 2024-09-26 12:26:39 +02:00
Dragoon Dorise
4f2d281045 moar sudos 2024-09-26 12:26:39 +02:00
Dragoon Dorise
efb219e834 && rm 2024-09-26 12:26:39 +02:00
Dragoon Dorise
21c3551df2 more sudos 2024-09-26 12:26:39 +02:00
Dragoon Dorise
32b65eb73c echo $password | sudo -S 2024-09-26 12:26:39 +02:00
Dragoon Dorise
8cd5bf9947 decky fixes 2024-09-26 12:26:39 +02:00
Dragoon Dorise
a3118ddfd9 Decky 2024-09-26 12:26:39 +02:00
Dragoon Dorise
2105c7205b &>/dev/null 2024-09-26 12:26:39 +02:00
Dragoon Dorise
d4f5954007 decky fixes 2024-09-26 12:26:39 +02:00
Dragoon Dorise
64bbe6afd1 fix install decky 2024-09-26 12:26:39 +02:00
Dragoon Dorise
f5356868b9 check homebrew 2024-09-26 12:26:39 +02:00
Dragoon Dorise
b412b89a45 Plugins_installPluginLoader 2024-09-26 12:26:39 +02:00
Dragoon Dorise
3c562a51c8 EmuDecky! 2024-09-26 12:26:39 +02:00
rawdatafeel
5dbee04a3d Cloud Services Manager/Emulators: Clean up (#1270)
* Updated installEmuAI and installEmuFP to be more dynamic
    * Allows for selecting if the application is an "emulator", "remoteplay", or "genericapplication"
        * Based off the choice, copies the respective bash file to the correct location
    * Allows for selecting file format of the downloaded AppImage (in case it's compressed and needs to be extracted)
    * Updated relevant scripts to match new changes
    * Cleaned up formatting of these two scripts
    * Cleaned up remoteplay Flatpak scripts to match new changes (allows for easier maintenance)
    * With these changes, remoteplay and generic application AppImages will now have a desktop file created
        * Added relevant desktop icons
* Added generic applications to cloud services manager
    * Added Cider, Heroic Games Launcher, Plexamp, Spotify, and Tidal
    * Moved Spotify here from remoteplay scripts
* Added chiaki4deck to remote play scripts
    * Added copying configs from Chiaki to chiaki4deck (if one does not exist already)
* Added uninstall option if bash scripts are detected in the remoteplay or generic-applications folder
    * If user installed these applications independent of EmuDeck, these folders would be empty and therefore can be skipped in the uninstallation
* Updated emulator, remoteplay, and generic-application scripts to rely more heavily on installEmuAI, installEmuFP, uninstallEmuFP, uninstallEmuAI, and uninstallGeneric
    * This should ideally improve maintenance in the future and allow for easier contribution
* Updated emulator scripts to remove redunant/outdated code
* Added emulator folder for ES-DE and Pegasus (official support was added to ES-DE)
    * Added copying emulator scripts to the emulator folder and removing when uninstalled
* Updated binupdate and flatpakupdate to be in alphabetical order/tidied these scripts
2024-09-26 12:26:39 +02:00
Dragoon Dorise
dd3e43b281 success msg autoclose 2024-09-26 12:26:14 +02:00
Dragoon Dorise
4ddffd2444 zenity timed errors 2024-09-26 12:26:14 +02:00
Dragoon Dorise
c27f7d4907 AutoCopy_install fix 2024-09-26 12:26:14 +02:00
Dragoon Dorise
58e1d906af AutoCopy_install 2024-09-26 12:26:14 +02:00
Dragoon Dorise
7f33782e04 autocopy fixes 2024-09-26 12:26:14 +02:00
Dragoon Dorise
ec1f975313 CreateStructureUSB 2024-09-26 12:26:14 +02:00
Dragoon Dorise
6777a2ae69 AutoCopy 2024-09-26 12:26:14 +02:00