Commit graph

1946 commits

Author SHA1 Message Date
Dragoon Dorise
58a77c3bae bg scraping 2024-05-20 22:01:19 +02:00
Dragoon Dorise
cd987f9ecd working artwork 2024-05-20 14:12:11 +02:00
Dragoon Dorise
e3d37d59b0 "$romsPath" 2024-05-20 13:48:43 +02:00
Dragoon Dorise
1acefa2c58 step by step 2024-05-20 13:47:22 +02:00
Dragoon Dorise
20bb54277c sorted 2024-05-20 13:43:05 +02:00
Dragoon Dorise
49f9eda00e notification + dual scraping 2024-05-20 13:38:57 +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
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
Dragoon Dorise
191adad225 fixes shasum 2024-05-19 19:37:37 +02:00
Dragoon Dorise
bf86907769 no shasum 2024-05-19 19:20:58 +02:00
Dragoon Dorise
be9d5973e7 Merge pull request #1236 from rawdatafeel/hotfixn64
RetroArch: Hotfix N64 texture pack paths
2024-05-18 23:27:34 +02: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
Dragoon Dorise
6dcc5fc91e --tpslimit 2024-05-18 22:55:14 +02:00
Dragoon Dorise
33dd8de64a pegasus_setPaths 2024-05-18 22:53:33 +02:00
Dragoon Dorise
b8b62752e9 3x faster 2024-05-18 16:40:45 +02:00
Dragoon Dorise
7e7a788443 faster 2024-05-18 13:07:31 +02:00
Dragoon Dorise
99fb1e2f35 improved speed 2024-05-17 23:24:51 +02:00
Dragoon Dorise
ac94bdcf98 proper path + file check 2024-05-17 22:35:05 +02:00
Dragoon Dorise
3e338e5d66 parse games 2024-05-17 22:23:38 +02:00
Dragoon Dorise
89d4d586c3 testing steamdb 2024-05-17 11:11:44 +02:00
Dragoon Dorise
89a46a393d "true" 2024-05-16 22:38:00 +02:00
Dragoon Dorise
378273352a --tps-limit 12 2024-05-16 22:08:25 +02:00
Dragoon Dorise
cd06a48674 better log + --update for ESDE 2024-05-16 22:04:07 +02:00
Dragoon Dorise
460426b10e uname fixes 2024-05-16 21:43:10 +02:00
Dragoon Dorise
50265a121b bazitte hotfix 2024-05-15 23:16:33 +02:00
Dragoon Dorise
eae83bd14c bazitte hotfix 2024-05-15 23:16:21 +02:00
Dragoon Dorise
f79ea5c793 ESDE_createLauncher 2024-05-14 23:06:37 +02:00
rawdatafeel
f9eec397c5 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 22:54:50 +02:00
rawdatafeel
10b72ef907 ES-DE: Add missing file formats
* Added support for WUHB in Cemu
2024-05-14 22:54:50 +02: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
cbf196aff8 shasum 2024-05-14 13:04:47 +02:00
Dragoon Dorise
2acf121631 RA darwin 2024-05-14 11:35:15 +02:00
Dragoon Dorise
10c4d158c5 ra vars 2024-05-14 11:19:32 +02:00
Dragoon Dorise
49a8281810 revert 2024-05-14 10:41:59 +02:00
Dragoon Dorise
b63a3efd9d RA vars for paths 2024-05-14 09:49:42 +02:00
Dragoon Dorise
e9ec0f0e10 fixes 2024-05-14 08:06:36 +02:00
Dragoon Dorise
b7b8bbf557 cleaning up darwin 2024-05-14 07:56:02 +02:00
Dragoon Dorise
1428708ae5 esde darwin 2024-05-13 22:48:23 +02:00
Dragoon Dorise
f7ed736436 darwin updates 2024-05-13 13:02:13 +02:00
Dragoon Dorise
c808e5c8a0 $netPlay back 2024-05-12 12:41:01 +02:00
Dragoon Dorise
4c9c3c941a $netPlay back 2024-05-12 12:40:54 +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
rawdatafeel
53c844dbf2
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:23:56 +02:00
Dragoon Dorise
5681c86c9e generateGameList , all systems but ps3 and proton for now 2024-05-10 11:21:40 +02:00
Dragoon Dorise
73f38af040 snes 2024-05-10 00:02:59 +02:00
Dragoon Dorise
b3af3ae4d4 genesis 2024-05-10 00:02:18 +02:00
Dragoon Dorise
b027aaafe3 all systems but ps3 2024-05-10 00:00:31 +02:00
Dragoon Dorise
cc58433b05 snes test 2024-05-09 23:57:47 +02:00