Commit graph

578 commits

Author SHA1 Message Date
Dragoon Dorise
df68531c0c server in parallel 2024-06-21 19:59:12 +02:00
Mitja Skuver
5c792c0783
Dev Launcher Fix (#1264)
* Launcher fix

Fix yuzu launcher + similar changes to other launchers (avoids eval)
2024-06-20 15:45:12 -04:00
Dragoon Dorise
ecd35886f7 msg order 2024-06-18 22:14:12 +02:00
Dragoon Dorise
29cd089a18 english 2024-06-18 22:08:04 +02:00
Dragoon Dorise
2e16cbedb7 show pop up 2024-06-18 22:05:37 +02:00
Dragoon Dorise
622ccb867b Merge branch 'dev' of https://github.com/dragoonDorise/EmuDeck into dev 2024-06-18 21:17:19 +02:00
Dragoon Dorise
69d76a2d1c testing python server 2024-06-18 21:17:11 +02:00
rawdatafeel
8e7e749079
Emulator Launchers: Fix escaping (#1250) 2024-06-17 14:44:03 -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
rawdatafeel
4ddebdc6da
BinUpdate/Flatpak Update: Clean up (#1258) 2024-06-17 13:51:29 -04:00
Dragoon Dorise
f53f3200e9 autocopy tool 2024-06-16 17:12:28 +02:00
Dragoon Dorise
5cb3a32209 fuzzy is back 2024-06-13 09:54:26 +02:00
Dragoon Dorise
1af884e5a0 no fuzzy 2024-06-12 23:18:26 +02:00
Dragoon Dorise
41955e600c testing new folder 2024-06-12 23:04:31 +02:00
Dragoon Dorise
76dbf99382 fuzzy search 2024-06-12 22:54:30 +02:00
Dragoon Dorise
9eebd3c1b1 no print 2024-06-11 12:53:07 +02:00
rawdatafeel
b271b5cbf0 Hotfix/Polish Cloud Services
* Added missing remote play clients to all.sh
    * This allows these clients to properly install
* Fixed install locations for Greenlight and ShadowPC
* Fixed error in cloud.conf
    * Restores https://github.com/dragoonDorise/EmuDeck/pull/941
    * This was not working originally because the cloud.conf file is never updated once it's copied to Emulation/roms/cloud
        * Added a grep command to detect "browercommand" so this cloud.conf can be updated once in order for this PR to work properly
* Added ES-DE and Pegasus optional support
    * Added a prompt so users can select if they would like their services in ES-DE and Pegasus. Copies files to Emulation/roms/desktop
    * Removed cloud and remoteplay from Pegasus so scraping can be shared properly between ES-DE and Pegasus
    * Swapped default desktop system for ES-DE to "Keep ES-DE running"
* Added back firefox support
    * Reverts https://github.com/dragoonDorise/EmuDeck/pull/910
* Added Steam ROM Manager parser for bash and desktop files with proper exclusion for the cloud and remoteplay folders

Co-authored-by: rawdatafeel <108900299+rawdatafeel@users.noreply.github.com>
Co-authored-by: Thomas Crider <11287837+GloriousEggroll@users.noreply.github.com>
2024-06-09 19:23:48 +02:00
Dragoon Dorise
8973f9fc94 Lime3DS experimental 2024-06-07 12:09:31 +02:00
Dragoon Dorise
cef3ab0085 screenscraper compatbility 2024-06-04 21:59:28 +02:00
Dragoon Dorise
c0fc55b3fe screenscraper 2024-06-04 21:57:46 +02:00
Dragoon Dorise
f8208e2077 Merge pull request #1244 from rawdatafeel/compressionprompts
Compression Tool: Hotfix selection prompt
2024-05-31 08:42:08 +02:00
Dragoon Dorise
58ecd29dcc no mame + batches 2024-05-20 23:45:10 +02:00
Dragoon Dorise
6ec7fefd38 fixes and improvements 2024-05-20 23:04:04 +02:00
Dragoon Dorise
7f7e873c76 ignore symlinks + order json 2024-05-20 22:23:58 +02:00
Dragoon Dorise
c7aa9c1241 alphabetic order 2024-05-20 22:14:51 +02:00
Dragoon Dorise
28d95a3d64 artwork parser 2024-05-20 12:13:45 +02:00
Dragoon Dorise
cc9074f668 python game lists 2024-05-20 11:42:56 +02:00
Dragoon Dorise
191adad225 fixes shasum 2024-05-19 19:37:37 +02:00
Dragoon Dorise
b1abbd8058 -A fix 2024-05-14 13:44:45 +02:00
Dragoon Dorise
e3d0bea921 darwin cloudsync wip 2024-05-14 13:15:01 +02:00
Dragoon Dorise
cbf196aff8 shasum 2024-05-14 13:04:47 +02:00
rawdatafeel
7015d766cb Steam ROM Manager: Remove spaces in AppImage name (#1224)
* riujinx fix

* no netplay

* Steam ROM Manager: Remove spaces in AppImage name
* Spaces were causing downloads to fail, removed space in name and replaced with dashes.
    * Added migration to new name.
* Added better fallback detection to SRM launcher.
* Added one time migration to new launcher (without resetting configs).
* Added fallback detection for the AppImage (for resetting configs).
* Removed custom variables (now handled automatically upstream).

---------

Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
2024-05-12 12:32:29 +02:00
BrettMayson
f1acb03663
proton-launch.sh fix finding proton when paths have spaces (#1222)
Co-authored-by: rawdatafeel <108900299+rawdatafeel@users.noreply.github.com>
2024-05-10 00:11:45 -04:00
Dragoon Dorise
1cadef8a74 Merge branch 'main' into dev
# Conflicts:
#	functions/createDesktopIcons.sh
2024-05-07 16:56:19 +02:00
Mt-Vasuveus
1bf7e36bd7
Create Dropout.sh as a Cloud Service (#1219) 2024-05-06 14:58:21 -04:00
rawdatafeel
5521fb6a36 Remote Play Clients: Add missing launchers (#1216)
* Added missing launchers for Greenlight, ShadowPC, Spotify, and Steam Link
    * If users installed these previously, these would not be added to the remoteplay folder
2024-05-06 13:13:08 +02:00
rawdatafeel
4a6eaf299f
Remote Play Clients: Add missing launchers (#1216)
* Added missing launchers for Greenlight, ShadowPC, Spotify, and Steam Link
    * If users installed these previously, these would not be added to the remoteplay folder
2024-05-06 09:39:59 +02:00
Dragoon Dorise
995ad3a597 R 2024-04-08 11:52:03 +02:00
Dragoon Dorise
d268eded44 r 2024-04-08 11:49:06 +02:00
Dragoon Dorise
34d8569d07 R 2024-04-08 11:47:53 +02:00
Dragoon Dorise
8db7829cd1 Merge branch 'main' into dev
# Conflicts:
#	functions/EmuScripts/emuDeckSupermodel.sh
2024-04-06 00:03:33 +02:00
rawdatafeel
19482556dc
chddeck.sh: Hotfix 7z compression (#1175)
Compression tool was not deleting the original files.
2024-04-04 20:32:13 +02:00
rawdatafeel
e8dc0935ee
chddeck: Use ZSTD for createdvd compression (#1172)
* Not using ZSTD can cause issues since EmuDeck is using a higher hunk size
2024-04-03 08:14:08 +02:00
rawdatafeel
482380bad0 Citra/RPCS3: Fix Flatpak detection (#1161) 2024-03-31 20:50:57 +02:00
rawdatafeel
2281dd0d2e
Citra/RPCS3: Fix Flatpak detection (#1161) 2024-03-31 19:50:38 +02:00
Dragoon Dorise
1328cdb161 netplay 2024-03-26 09:26:56 +01:00
Dragoon Dorise
5ae83d9f00 suyu testing 2024-03-20 19:12:42 +01:00
rawdatafeel
979b7011d2
Tool Tweaks and Fixes (#1132)
* Added flush launcher to Pegasus
* Added chmod +x to ES-DE, SRM, and Pegasus
* Removed SRM_init from steamrommanager.sh
    * If users have this path as their SD card, SRM will be reset every time it launches
2024-03-14 17:14:45 -04:00
rawdatafeel
57fb689ae4
Citra: Symlink migration, compression tool fixes (#1126)
* ES-DE: Remove unused function + add find rules to Yuzu (#1124)

* Citra: Symlink migration, compression tool fixes
* Added back symlink migration
* Updated compression tool to use n3ds folder
* Fixed compression tool individual file picker for 3ds
2024-03-14 13:43:50 +01:00
rawdatafeel
fd04c74a6c
Pegasus: Add support for Vita3K (#1119) 2024-03-12 21:42:45 +01:00