640 Commits

Author SHA1 Message Date
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
17ba199171 lime3ds 2024-09-26 12:26:33 +02:00
Dragoon Dorise
2da621399c lime3ds Fixes 2024-09-26 12:26:33 +02:00
Dragoon Dorise
3c947a7732 cp saves files not move 2024-09-26 12:26:33 +02:00
rawdatafeel
5646f76ea7 Citra: Add back Citra AppImage (#1257)
* Updated script to use PabloMK7's Fork
* Updated script to strictly look for the AppImage and configure the AppImage
* Cleaned up/tidied script
* Added storage migration for the NAND and SDMC to Emulation/Storage
* Added symlinks for texture packs, cheats, and cheats to Emulation/storage and Emulation/hdpacks
* Added storage folder for screenshot
* Added ABXY and BAXY button swapping
* Updated installEmuAI to be more flexible on file extensions and updated emulator scripts accordingly
* Updated helperFunctions to add texture pack and cheat folder linking
* Updated Citra to use Vulkan instead of OpenGL
* Set Citra screen layout to hybrid
* Deleted flatpak Citra configs
2024-09-26 12:26:14 +02:00
Dragoon Dorise
f87dcd665c fix lime3ds 2024-09-26 12:26:14 +02:00
Dragoon Dorise
324086b415 fix lime3ds esde 2024-09-26 12:26:14 +02:00
Dragoon Dorise
e5584da2e6 fix lime3ds launcher 2024-09-26 12:26:14 +02:00
Dragoon Dorise
f1f505fd2f Lime3DS_emuPath 2024-09-26 12:26:05 +02:00
Dragoon Dorise
b63763a263 lime3ds fix 2024-09-26 12:25:41 +02:00
Dragoon Dorise
fef266bdda Lime3DS experimental 2024-09-26 12:25:41 +02:00
Dragoon Dorise
050621dec6 fix cemu 2024-09-26 12:25:41 +02:00
Dragoon Dorise
6c851c4073 testing setlanguage 2024-09-26 12:25:41 +02:00
Dragoon Dorise
fd2c63c285 "true" 2024-09-26 12:25:35 +02:00
Dragoon Dorise
f9a78c8166 ra vars 2024-09-26 12:24:57 +02:00
Dragoon Dorise
027f5e73d8 revert 2024-09-26 12:24:57 +02:00
Dragoon Dorise
14b33f0d61 RA vars for paths 2024-09-26 12:24:57 +02:00
Dragoon Dorise
92cc514bab Merge branch 'early' into beta 2024-09-26 10:32:43 +02:00
Dragoon Dorise
a431aa2b81 Merge branch 'dev' into early-unstable 2024-09-26 10:32:29 +02:00
Dragoon Dorise
5dadc23503 RPCS3 url fix 2024-09-26 10:32:25 +02:00
Dragoon Dorise
0b3f79e298
Update emuDeckRPCS3.sh (#1319) 2024-09-26 10:30:09 +02:00
Dragoon Dorise
204cbd3eeb gui 2024-09-14 00:00:28 +02:00
Dragoon Dorise
f20834504f Merge branch 'dev' into early-unstable 2024-09-13 23:59:58 +02:00
Dragoon Dorise
0a68d71d15 uninstall fix lime3DS 2024-09-13 23:59:53 +02:00
Dragoon Dorise
ddd9c69ef8 Revert "lime3DS fix"
This reverts commit c489a9d1a16ed579229634c38db69cbf37cdc48f.
2024-09-13 23:54:40 +02:00
Dragoon Dorise
9735794247 Revert "lime3DS fix"
This reverts commit c489a9d1a16ed579229634c38db69cbf37cdc48f.
2024-09-13 23:54:22 +02:00
Dragoon Dorise
c489a9d1a1 lime3DS fix 2024-09-13 23:34:43 +02:00
Dragoon Dorise
67b39416b9 cleanup 2024-09-08 21:08:48 +02:00
Mitja Skuver
138181b9b8
Lime3DS AppImage Filename (#1311)
lime3ds-gui file was renamed to just lime3ds (v2118) so this handles that.
Lime3DS_emuPath left as is so es-de can still find it - could be updated in the future
2024-09-08 13:45:46 +02:00
Senni
0866f05b2d
Update emuDeckRetroArch.sh 2024-08-13 04:15:16 -04:00
rawdatafeel
88c7a4cbc2 PCSX2: Start in fullscreen mode
* This starts PCSX2 in fullscreen mode in ES-DE and Pegasus, matches the behavior of SRM shortcuts
2024-08-04 23:44:27 -04:00
rawdatafeel
b844c53466
Lime3DS: Fix misplaced flags 2024-08-04 21:20:22 -04:00
rawdatafeel
3db6274363
Lime3DS: Do not overwrite NAND/SDMC 2024-08-04 17:11:26 -04:00
rawdatafeel
769d6a07a9 Lime3DS: Smarter save copying 2024-08-04 15:25:08 -04:00
rawdatafeel
4e9cce52b6 Lime3DS: Update to new config paths 2024-08-01 17:21:01 -04:00
rawdatafeel
50e71d3083 Cloud Services Manager: Update chiaki4deck to new name 2024-08-01 12:09:37 -04:00
Dragoon Dorise
a48abce9dc Lime3DS ABXY 2024-06-29 17:46:29 +02:00
rawdatafeel
61b8818a1d
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-06-27 12:41:59 -04:00
Dragoon Dorise
41e26635f0 lime3ds 2024-06-26 10:55:19 +02:00
Dragoon Dorise
cb344c244a lime3ds Fixes 2024-06-24 13:00:00 +02:00
Dragoon Dorise
a96bce5c07 cp saves files not move 2024-06-24 12:53:47 +02:00
rawdatafeel
c109ee0945
Revert RA changes 2024-06-21 18:44:46 -04:00
rawdatafeel
e1ab9be129
Merge main into dev (#1267) 2024-06-21 18:43:56 -04:00
rawdatafeel
cca322245c
Citra: Add back Citra AppImage (#1257)
* Updated script to use PabloMK7's Fork
* Updated script to strictly look for the AppImage and configure the AppImage
* Cleaned up/tidied script
* Added storage migration for the NAND and SDMC to Emulation/Storage
* Added symlinks for texture packs, cheats, and cheats to Emulation/storage and Emulation/hdpacks
* Added storage folder for screenshot
* Added ABXY and BAXY button swapping
* Updated installEmuAI to be more flexible on file extensions and updated emulator scripts accordingly
* Updated helperFunctions to add texture pack and cheat folder linking
* Updated Citra to use Vulkan instead of OpenGL
* Set Citra screen layout to hybrid
* Deleted flatpak Citra configs
2024-06-17 14:42:53 -04:00
Dragoon Dorise
4caf4647b7 fix lime3ds 2024-06-13 17:58:54 +02:00
Dragoon Dorise
07ebe61929 fix lime3ds esde 2024-06-13 11:40:10 +02:00
Dragoon Dorise
42d2bd5c85 fix lime3ds launcher 2024-06-13 11:32:09 +02:00
Dragoon Dorise
0a1cc14613 Lime3DS_emuPath 2024-06-07 12:25:19 +02:00
Dragoon Dorise
f13e00ad7e lime3ds fix 2024-06-07 12:15:40 +02:00
Dragoon Dorise
8973f9fc94 Lime3DS experimental 2024-06-07 12:09:31 +02:00