481 Commits

Author SHA1 Message Date
Dragoon Dorise
0b3f79e298
Update emuDeckRPCS3.sh (#1319) 2024-09-26 10:30:09 +02:00
Senni
0866f05b2d
Update emuDeckRetroArch.sh 2024-08-13 04:15:16 -04:00
Dragoon Dorise
d3bd898bd0
Merge branch 'main' into melondsds 2024-05-26 20:12:50 +02:00
rawdatafeel
20f96dfa7b RetroArch: Hotfix melonDS DS Screen Layouts
* Set hybrid as default to match legacy RA core and standalone
* Added other screen layouts as options
* Disabled on screen notification
* Set mic driver to SDL (fixes freezing/crashing)
2024-05-25 00:32:46 -04:00
rawdatafeel
847cbfa4a1 Cemu: Hotfix/Synchronize File Formats
* Added missing NUS file format
* Synchronized file formats across front-ends
2024-05-24 11:19:46 -04:00
rawdatafeel
3307309edf RetroArch: Hotfix texture pack folders Take 2
* Less aggressive deleting in case the user creates these folders on their own
2024-05-19 15:25:39 -04:00
rawdatafeel
c8e6cb296e RetroArch: Hotfix N64 texture pack paths
* This was creating infinite symlinks, commented out and delete the folders for now. Can re-add in the future after more testing.
* Reverted texture pack path settings, this was causing an increase in graphical issues in RA's N64 core.
2024-05-18 17:18:31 -04:00
rawdatafeel
abde918a6f Model 2 Emulator: Delete Proton folder on uninstall
* Proton folder was somehow corrupting in a few installs, added to uninstall function so users can cleanly flush their Model 2 installation
2024-05-14 13:12:35 -04:00
rawdatafeel
58d16ad44e ES-DE: Add missing file formats
* Added support for WUHB in Cemu
2024-05-14 10:20:45 -04:00
Dragoon Dorise
1cadef8a74 Merge branch 'main' into dev
# Conflicts:
#	functions/createDesktopIcons.sh
2024-05-07 16:56:19 +02:00
Dragoon Dorise
b3f7684471
#1191 (#1214) 2024-05-07 16:54:17 +02:00
Dragoon Dorise
bfbf9d2d4a fix ryujinx 2024-05-06 13:27:33 +02:00
Dragoon Dorise
53e2f54513 riujinx fix 2024-05-06 13:24:29 +02:00
Dragoon Dorise
e1ca66d3b1 Merge branch 'main' into dev
# Conflicts:
#	functions/helperFunctions.sh
2024-04-26 15:13:53 +02:00
rawdatafeel
6e4c980f4a
Proton Cleanup (#1205)
* Added rsyncing proton-launch.sh and appID.py to xenia and bigpemu so if users delete them accidentally, they have an easy way of getting fresh files.
* Moved resetting ES-DE's settings into its own function so if users reset any of the custom system emulators, they don't also have their settings reset.
    * This was also causing failure in very niche cases where if users didn't have a full suite of ES-DE configs, resetting the config would also fail.
* Cleaned up functions a little for easier maintenance.
* Added detection for old ES-DE installs so resetting config on custom system emulators actually grabs the latest custom systems file.
* Split BigPEmu custom system insertion into atarijaguar and atarijaguarcd
* Adjusted custom systems insertion to be less aggressive (if resetting emulators and not ES-DE, custom systems will be inserted instead of replacing the custom systems file)
2024-04-23 17:17:28 +02:00
rawdatafeel
40cd27f589 Cemu: Hotfix graphic packs (#1198)
A broken symlink was causing Cemu to not download graphic packs.
2024-04-15 16:42:28 +02:00
rawdatafeel
66e4eae2f8
Cemu: Hotfix graphic packs (#1198)
A broken symlink was causing Cemu to not download graphic packs.
2024-04-15 16:22:20 +02:00
Dragoon Dorise
aad71b3fe3 Merge branch 'main' into dev 2024-04-15 11:03:26 +02:00
Dragoon Dorise
fb2aedc067 np 2024-04-13 23:30:29 +02:00
rawdatafeel
c7cf74ca09
MAME: Hotfix INI (#1190)
* Set MAME back to read only. When enabled, this setting pretty much allows MAME to create copies of the original MAME INI matching the game name which can get out of control quick. Disabled is the current default on a clean MAME install.
* Added plugin folder configuration so users can download plugins.
* Added folder creation in $HOME/.mame as a fallback (if users Google MAME folders or talk to MAME support, these are what likely show up).
2024-04-12 23:40:12 +02:00
rawdatafeel
7838100898
PCSX2: Disable wizard by default (#1194)
Onboarding wizard now shows up on launch (even though EmuDeck already configures everything). This disables the onboarding wizard by default.
2024-04-12 23:38:30 +02:00
Dragoon Dorise
53764e71d6 Ryujinx cloud saves 2024-04-08 11:16:10 +02:00
Dragoon Dorise
7714886412 Merge branch 'main' into dev 2024-04-08 11:07:08 +02:00
rawdatafeel
bb998c1bd9
ES-DE: Hotfix paths not being set (#1184)
* If users delete their custom systems folder and reset an emulator, it previously would not set the paths correctly. Added ESDE_setEmulationFolder to emulator scripts when applicable.
2024-04-07 21:53:26 +02:00
rawdatafeel
ae6d663c1b
ES-DE: Hotfix custom_systems folder not being created (#1181)
* If users reset emulator configurations and not ES-DE, a junk custom_systems file would be created. This adds creating the custom_systems folder to emulator scripts when applicable.
* Added a function to ES-DE to delete the junk custom_systems file so legacy users can update and have the custom_systems folder actually generate.
2024-04-07 19:54:06 +02:00
rawdatafeel
07b13baa52
Citra: Hotfix freezing (#1180)
* Flatpak and AppImage configs were tangled. Added sed commands to redirect AppImage to AppImage paths.
2024-04-06 19:13:00 +02:00
Dragoon Dorise
8db7829cd1 Merge branch 'main' into dev
# Conflicts:
#	functions/EmuScripts/emuDeckSupermodel.sh
2024-04-06 00:03:33 +02:00
rawdatafeel
c161dc6cc9
Supermodel: Hotfix copying configs (#1176) 2024-04-04 21:13:00 +02:00
rawdatafeel
97b688709a
Xenia: Hotfix per game configs (#1174)
* Added prefix injection into custom systems so users can add per-game configs
2024-04-04 20:32:04 +02:00
rawdatafeel
4f5ff623a4
BigPEmu/Model 2/Supermodel: Fix resetting configs (#1169) 2024-04-03 08:13:23 +02:00
rawdatafeel
2575a551e9
Citra/Dolphin: Fix symlink migration for legacy installs (#1168) 2024-04-03 08:13:14 +02:00
rawdatafeel
1f7c712f7e
Citra: Fix init detection + copy saves (#1162)
* Added detection for both AppImage and Flatpak
* Copied saves from Flatpak to AppImage if both are detected
* Resized zenity prompt
2024-04-02 19:14:51 +02:00
rawdatafeel
482380bad0 Citra/RPCS3: Fix Flatpak detection (#1161) 2024-03-31 20:50:57 +02:00
rawdatafeel
ad4117c596 Hotfix light gun games (#1159) 2024-03-31 20:50:57 +02:00
rawdatafeel
518f44c262 Ryujinx: Hotfix deadzones + ABXY mapping (#1157) 2024-03-31 20:50:57 +02:00
rawdatafeel
9acf56ef2e Flycast: Hotfixes (#1156) 2024-03-31 20:50:57 +02:00
rawdatafeel
2281dd0d2e
Citra/RPCS3: Fix Flatpak detection (#1161) 2024-03-31 19:50:38 +02:00
rawdatafeel
034ef8bdbe
Hotfix light gun games (#1159) 2024-03-31 10:52:20 +02:00
rawdatafeel
816f8e8e32
Ryujinx: Hotfix deadzones + ABXY mapping (#1157) 2024-03-31 10:51:04 +02:00
rawdatafeel
9dcc79add1
Flycast: Hotfixes (#1156) 2024-03-31 10:50:30 +02:00
Dragoon Dorise
6a3cbb6366 suyu biospath 2024-03-20 19:17:49 +01:00
Dragoon Dorise
5ae83d9f00 suyu testing 2024-03-20 19:12:42 +01:00
Dragoon Dorise
30fc09d2c4 buildbot back 2024-03-20 16:56:53 +01:00
Dragoon Dorise
18af405028 cores on install 2024-03-20 16:53:16 +01:00
Dragoon Dorise
1f22b46b9f fix double init 2024-03-20 16:47:58 +01:00
Dragoon Dorise
2f52aa294e no buildbot test 2024-03-20 16:43:42 +01:00
Dragoon Dorise
ebb36c8f0c no RA assets dl 2024-03-20 16:38:55 +01:00
Dragoon Dorise
a525ff0d85 BigPEmu fix 2024-03-20 16:29:52 +01:00
rawdatafeel
05994eb510
Steam Input Profiles: Fix profiles not copying properly (#1135) 2024-03-15 16:37:03 +01:00
rawdatafeel
d44154f58b
RetroArch: Install Citra RA core (#1130)
* Also fixed PrimeHack typo
2024-03-15 16:36:30 +01:00