* 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
* 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
* 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>
* Updated parser versions to ver 17 which makes the diff look very daunting
* Added steam input profiles for the xbox elite and the steam controller
* Set default steam input profiles for the xbox elite, steam controller, and dualsense edge
* Fixed fuzzy matching on ES-DE
* Added a line to fetch latest custom variables file
* Steam ROM Manager recently updated to use PSN instead of PS3 for RPCS3, adding this line allows EmuDeck to grab the latest changes
* Fixed fuzzy matching on Supermodel by adding MAME variable
* Fixed yabause parser, conflicting parser ID
* Steam ROM Manager: Hotfix RPCS3 Parser
* Corrected custom variable, fixes installed PKGs not parsing
* Set fullscreen mode to false, seems to be broken at the moment
* Set Full Width AVX-512 to true, should be on by default (RPCS3 will automatically detect if it can use this setting or not)
* Set gamepad configs to true
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
* Set WideScreenWindow to 1 (16:9)
* Some graphical issues on 16:10
* Update launcher to disable/enable DrawCross based on game launched
* Switched to frontend profile so trackpad uses left click instead of R3
* Renamed launcher in SRM
* Added profiles for a variety of controllers intended to be used with Cemu, Citra, melonDS, and mGBA
* Split into two types of profiles: one for front-ends and one for use with the four emulators listed
* Profile controls:
* Start + DPad Right - Special 1 (melonDS - Toggle FPS Limit, mGBA - Cheats, Citra - Amiibo)
* Start + DPad Left - Toggle Screen Layout
* Start + DPad Up - Special 2 (melonDS - Toggle FPS Limit)
* Start + DPad Down - Swap Screens
* Select + A - Pause/Resume
* Select + B - Screenshot
* Select + R2 - Fast Forward
* Select + L2 - Rewind
* Select + L1 - Load State
* Select + R1 - Save State
* Start + L3 - Exit Full Screen (As a fail safe)
* Select + R3 - Full Screen Toggle/Quick Menu
* Select + L3 - Reset
* If using a frontend profile, hold Start to switch between all hotkeys and the custom profile
* Updated the big radial menu to reflect any new hotkey changes
* Added new profiles to uninstall script
* Updated Citra to latest config (Tried to make it as undisruptive as possible, but looks like a couple of hotkeys changed names)
* Updated Citra, melonDS, and mGBA to match hotkeys (primarily to Cemu and Citra as a base)
* Deleted old profiles
* Removed controller configs from Steam ROM Manager parsers when applicable
* Set mouse with trackpad as default for Wii, ScummVM, Model 2, and Model 3 on the Steam Deck
* Added controller configs to the appropriate parsers (Cemu, Citra, melonDS, mGBA for the merged profile. Pegasus + ES-DE for the frontend profile.)
* Cleaned up emulator hotkeys in case of conflict (the profiles work without these changes but in case a user misclicks)
* Rebound emulator hotkeys to fit the profiles a bit better
* DuckStation PCSX2, PPSSPP - Quick Menus moved to Select + R3
* DuckStation, PCSX2 - Full Screen Toggle moved to Start + L3
* Dolphin, DuckStation, PCSX2, RMG - Reset moved to Select + L3
* RetroArch - Pause moved to Select + A
* RetroArch - Select + R3 added as an alternative quick menu option
* RetroArch - Keyboard hotkeys removed
* PPSSPP - Fast Forward combo hotkey swapped to toggle instead of hold
* melonDS - Removed controller hotkeys
* MAME - Set Quick Menu to Select + R3
* ScummVM - Added R3 as an alternative interact button for Steam Input trackpad profile
* [Citra/Dolphin]
* Deleted symlink folders
* Added livedeht's symlink migration
* Updated Steam ROM Manager parsers to look in both the symlink and the original folder just in case everything goes haywire
* Added detection to update any Steam paths using the symlink folders to the original folders instead
* Add symlink cleaning to citralegacy
---------
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>