Commit graph

720 commits

Author SHA1 Message Date
fewtarius
00f5f1e2f6
* Revert Mali driver to g2p0.
* Deprecate and remove flycast32.
2024-01-19 23:59:13 +00:00
fewtarius
823479a02c
* Bump PPSSPP-sa
* Pull down a few mali updates from upstream, thanks to @JeffyCN.
* Trap cases where external cards weren't being excluded from factory resets.  Exclude deleting games-internal as well.
* Re-apply bluez sixaxis fix, it might fix ps4 controllers not pairing.
2024-01-19 17:24:04 +00:00
fewtarius
c268849b8d
Merge pull request #2683 from citral23/usb-gadget
Usb gadget addition: mtp
2024-01-14 22:22:42 -05:00
fewtarius
20fa64452a
Merge pull request #2680 from nayasis/main
sort list in alphabetical order.
2024-01-14 22:22:27 -05:00
Christophe Branchereau
ffdda73395 usbgadget: add mtp function
Signed-off-by: Christophe Branchereau <cbranchereau@gmail.com>
2024-01-15 00:12:24 +01:00
nayasis
6c42db654c sort list in alphabetical order. 2024-01-14 16:57:06 +09:00
sydarn
8f93c3eb55 Fix bug in setsettings not honoring hotkey button in controller config 2024-01-13 20:18:28 +01:00
fewtarius
3bbc2e5227
Fix missing CONFIG_CMDLINE option, and account for needing an extra \n in jslisten_hotkeys. 2024-01-13 16:06:50 +00:00
brooksytech
5523ee5f37
Add Portmaster controller layout 2024-01-13 02:18:35 +00:00
fewtarius
71b4a5cbb7
* Fix full factory reset issue on weston devices.
* Ensure userconfig setup runs after automount.
* Automount now places a readme in /storage/roms with instructions to create game directories.
* Pico 8 autostart script no longer creates the directory.
2024-01-12 12:20:37 +00:00
fewtarius
eb1897e1ba
Add a bogus value for BTN_VOLBRIGHT_HOTKEY by default, and update /storage/.config/jslisten_hotkeys to include it if it doesn't exist during post-update. 2024-01-12 02:29:00 +00:00
anthonycaccese
f6510bd838
Merge pull request #2654 from anthonycaccese/dev
Remove Primehack
2024-01-10 20:26:10 -05:00
fewtarius
263ba92eaa
Update JELOS Info to show internal/external storage rather than /storage/roms. 2024-01-11 01:16:44 +00:00
Anthony
11cbe861f0 remove primehack 2024-01-10 08:54:32 -05:00
fewtarius
f1fa5a30db
Merge pull request #2648 from fewtarius/dev
* New Danger Zone options - Overlay and Full Retroarch Reset.
2024-01-09 07:09:31 -05:00
fewtarius
a69c7708fa
* New Danger Zone options - Overlay and Full Retroarch Reset.
* Overlay reset deletes overlays from /storage and reboots.  Useful for cleaning up broken joypad configurations or scenarios where users use the retroarch update tool.
  * Full retroarch reset deletes the entire retroarch directory and all overlay directories and reboots.  Useful for cleaning up when other resets don't resolve issues.
2024-01-09 12:05:50 +00:00
fewtarius
9640a8cf30
Merge pull request #2639 from sydarn/supafaust-quadcore-optimal-setting
beetle-supafaust-lr: Default to quad core optimized settings
2024-01-09 06:17:20 -05:00
fewtarius
46d9310586
Fix netplay. 2024-01-09 03:22:40 +00:00
sydarn
fbb26d9806 beetle-supafaust-lr: Default to quad core optimized settings
Brings better performance in SA1 and Super FX games on rk3326
2024-01-05 23:43:48 +01:00
fewtarius
956a295ce2
Merge pull request #2631 from nayasis/main
let shader filter configurable
2024-01-04 05:17:41 -05:00
nayasis
7d058601a5 let shader filter configurable 2024-01-04 14:44:29 +09:00
fewtarius
6ef15110d3
Add a guard to set_epp so it isn't executed on devices that don't have it available. 2023-12-30 21:02:14 +00:00
fewtarius
7ee14cc645
* Post-update notices should go to the console and the logs.
* Update pipewire and wireplumber.
* Optimize wireplumber BT auto connect.
* When provisining JELOS for the first time overwite any existing configs unless explicitly excluded.
2023-12-29 14:08:54 +00:00
fewtarius
91321a6cc1
Fix post-update cleanup oops. 2023-12-27 13:37:24 +00:00
fewtarius
445c4a076c
* Update EmulationStation (Add overlay cleanup to danger zone, fixes some wording).
* Fix a few package URLs.
* Bump Cemu SA.
* Deprecate and remove a few older post-update fixes.
2023-12-26 14:17:29 +00:00
fewtarius
62adbfcd7c
Fix setsettings bug causing autosaved games to start when start new game is chosen if it exists. 2023-12-24 16:07:36 +00:00
fewtarius
1a1d2c32b7
Add default disable for simplehttp, and restart the service when the password changes. 2023-12-23 12:46:41 +00:00
fewtarius
5db7f7aa37
* Refactor runemu to improve performance and modernize the tool.
* Fix pcsx_rearmed patching.
2023-12-22 14:30:42 +00:00
fewtarius
eed486fde2
Fix reversed behavior of internal/external merged storage preference. 2023-12-19 13:15:00 +00:00
Glazed_Belmont
2cab1acebe
Disable Width/Height 2023-12-16 12:36:53 -05:00
GlaZedBelmont
de733367df fix accidental duplicate line 2023-12-15 18:44:03 -05:00
GlaZedBelmont
2ed6f066a1 fix accidental duplicate line 2023-12-15 18:41:57 -05:00
Glazed_Belmont
e63936cd33
Merge branch 'JustEnoughLinuxOS:dev' into dev 2023-12-15 18:40:27 -05:00
GlaZedBelmont
586728e6ab Re-enable width and height 2023-12-15 18:36:46 -05:00
GlaZedBelmont
8ea040532d Add saving for overlays and rotation 2023-12-15 18:33:47 -05:00
sydarn
293ccd780c kronos-lr: add core 2023-12-15 20:55:36 +01:00
fewtarius
b23726ffa3
Ensure the roms directory is always created. 2023-12-15 01:55:06 +00:00
Glazed_Belmont
55be56a88c
Merge branch 'JustEnoughLinuxOS:dev' into dev 2023-12-13 23:18:14 -05:00
Glazed_Belmont
cbca579b91
Fix Integer Scale Overscale not applying 2023-12-13 22:56:56 -05:00
fewtarius
a8ccaac495
Move creation of game directories out of automount and into ES under System Settings to remove merged storage directory conflict. 2023-12-12 14:10:23 +00:00
fewtarius
ba13da68b8
Fix issue with automount where game directories are not configured when bind mounting. 2023-12-12 12:03:21 +00:00
GlaZedBelmont
d860d7bec5 set overscale and custom viewport settings 2023-12-04 19:14:33 -05:00
GlaZedBelmont
b74d070c04 set overscale and custom viewport settings 2023-12-04 19:11:07 -05:00
fewtarius
4bd41db9a7
Additional bug fixes and refinements for merged storage. 2023-12-04 23:18:40 +00:00
fewtarius
c126293649
Merge pull request #2493 from GlaZedBelmont/patch-4
Update Gambatte & Add TWB64 - Pack 3
2023-12-04 17:24:06 -05:00
fewtarius
629647deaf
* Moves creation of game directories into automount and out of tmpfiles.d so automount is the only tool managing them.
* Move post-update a little earlier, and stop rebooting after the update completes as it should no longer be necessary.
* Migrate games from games-{internal,external} to games-{internal,external}/roms to allow upper/lower directory switching.
* If there is no defined upper setting, and there is an external card available, preference the card so modifications to /storage/roms are hosted there as expected.
* Corrects factory reset to ignore new games paths.
2023-12-04 22:06:31 +00:00
Glazed_Belmont
fc76082e76
Add TWB64 - Pack 3 2023-12-04 17:04:11 -05:00
fewtarius
969a8d0078
Fix automount oops, fix games migration. 2023-12-04 17:16:13 +00:00
fewtarius
1b65a52b7c
Fix game migration to new path during post-update. 2023-12-04 11:50:35 +00:00
fewtarius
4c1c0b1928
Fix merged storage to switch on and off correctly. Hide internal/external switch, but make it available as system.merged.device (1/0). 2023-12-04 01:26:09 +00:00