* [Dolphin]
* Latest Dolphin version (Feb 2024) revamped SDL which changed button inputs and device mapping. This PR updates to the latest SDL changes (which should hopefully just be a one time thing)
* Added GC Xbox Layout profile
* Removed joystick pointer from mouse profiles (was conflicting)
* Moved IR hide to L3
* Mapped the A button to R3 as an alternative input to match the Steam input profile "Gamepad with Mouse Trackpad"
* Allows for more seamless gameplay when using trackpad
* Re-enable auto-hide
---------
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
[RetroArch]
* Updated libretro_info_path so users can download and generate new RA info files
* Updated libretro_assets_path so users can download and generate new RA assets files
* Added a function to download PPSSPP assets, RA assets, shaders, and info files from buildbot
* test proton launch for bigpemu
* continue working on config
* continue with configs
* update proton launch with new proton versions
* update from old CEMU stuff to be specific to BigPEmu
* begin saves and storage config
* testing on deck
* typo
* change proton to 7
only worked for a tester on 7 will figure out updating later.
* add ESDE config
* update SRM from new update
* idk why the rebase didnt delete the file
* add jaguarcd to parser
* add jaguarcd to esde
* update readme
* add to all functions
* typo and remove vblank
* consistency with casing
* typo
* update order in esde
* typo
* update esde config script
* move esde xml script to config file
* unique command letters
* lack of sleep typos
* woooo typos
* fix xml
* typo
* convert bigpemu script to curl
* nyi set folder
* fix after pulling from upstream
* additional spacing fixes
* fix wget and add if statements
* missing a space
* add review changes
* local data
* local data
* BigPEmu Tidying
* Added hotkeys
* Added bigpemu.sh to Applications folder
* Cleaned up emuDeckBigPEmu.sh
* Added icon
* Added BigPEmu to binupdate
* Add missing fi in binupdate
---------
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
Co-authored-by: rawdatafeel <108900299+rawdatafeel@users.noreply.github.com>
* [RetroArch]
* Copied old melonDS saves to new melonDSDS
* Copied old melonDS remaps to new melonDSDS
* Added new "Nintendo DS - RetroArch melonDS DS" Steam ROM Manager parser
* Added "(legacy)" to old melonDS Steam ROM Manager parser
* Added melonDSDS function to match new configuration files
* Updated microphone driver to SDL
* No file deletion, legacy melonDS (saves and remaps) still left in tact
* Updated ares config to v134
* Removed data folder download (obsolete in v134)
* Added quark shader download
* Added back ares Steam ROM Manager parsers
* Added SNES peripheral parsers for Steam ROM Manager
* Added SNES peripheral custom systems for EmulationStation-DE
* adds updating the roms path in usersettings to the migration
* Fix migration with saves
* Hotfix dolphin config
Remove WirelessMac
* SRM:
update saturn parser to include saturnjp
* freeze PCSX2
# Conflicts:
# functions/EmuScripts/emuDeckPCSX2QT.sh
* Update emuDeckPCSX2QT.sh
* Add GitHub Issue Templates
* Create pull_request_template.md
* Update README.md
* Update README.md
* helpers: Fix FlatPak installed check (#875)
The previous way of checking whether a package was installed or not was
incorrect in its assumption, that a package ID will only occur once in
the flatpak installed list.
I noticed this while trying to install PPSSPP, as FlatPak installs a
`org.ppsspp.PPSSPP` and `org.ppsspp.PPSSPP.Locale` package. The package
was installed correctly, but EmuDeck would register it as non-installed.
Signed-off-by: Sophie 'Tyalie' Friedrich <dev@flowerpot.me>
* SDL Driver
* hotfix Vita3k releaseURL
hotfix Vita3k releaseURL
* Update Vita3K's default config path (#890)
* better linux support
* Chimera
* chimera
* chimera
* chimeraaa
* chimeraPath
* chimeraos FIX
* chimera fixes
* fixed readme
# Conflicts:
# README.md
# Conflicts:
# README.md
* Handle special chars when echoing password for sudo req funcs
* store zenity/cli prompt passwd as str
---------
Signed-off-by: Sophie 'Tyalie' Friedrich <dev@flowerpot.me>
Co-authored-by: Livedeht <godsbane@gmail.com>
Co-authored-by: Rodrigo <rodrigosedano@me.com>
Co-authored-by: 108900299+rawdatafeel@users.noreply.github.com <108900299+rawdatafeel@users.noreply.github.com>
Co-authored-by: Sophie Tyalie <dev@flowerpot.me>
Co-authored-by: Pedro Montes Alcalde <pedro.montes.alcalde@gmail.com>
* Vita3K config update
Set renderer to Vulkan
* PCSX2-QT Unfreeze
Unfreeze PCSX2-QT - frozen to version from July 2023 but as far as I can see, there is nothing wrong with latest versions
---------
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>