Commit graph

727 commits

Author SHA1 Message Date
Sparticuz
29af320f46 fix merge 2023-12-04 11:13:41 -05:00
Sparticuz
d3b6b90d45 Merge remote-tracking branch 'upstream/dev' into mainline
* upstream/dev: (52 commits)
  Fix udevil regression.
  Fix game migration to new path during post-update.
  Bump AMD64 kernel to 6.6.4.
  Bump Kernel to 6.1.65 on supported devices
  Fix merged storage to switch on and off correctly.  Hide internal/external switch, but make it available as system.merged.device (1/0).
  Yuzu-sa - Add cpu accuracy ES feature
  Additional merged storage optimizations, add a script to remove empty directories that may cause overlay issues.
  Disable merged storage by default, fix bind mount to use correct (updated) path.
  * Add support for changing the merged storage target between the internal and external card.   * Since JELOS creates the games directory structure it is possible that the overlay will hide games if you switch targets as it will consider them removed.  Delete the empty directories and reboot to resolve.     * Ex: find /storage/games-internal -type d -empty -delete && find /storage/games-external -type d -empty -delete && reboot   * Merged storage can now be disabled persistently.   * A new directory structure is required to enable switching:     * /storage/games-internal/roms     * /storage/games-external/roms     * The target /storage/roms has not changed. * Lowers clocks to powersave for RK3566 devices.
  Remove stale profile bits that still seem to exist on some devices and break audio.
  Remove stale xorg bits from package.
  Bump Citra-SA and Yuzu-SA
  Switch the xorg-server package to xwayland.  Tested the emulators that appeared to depend on it, they seemed to start up ok.
  Yuzu-SA: never ask to confirm close
  Add Yuzu Rumble Strength Feature
  Amlogic/linux: remove unneeded drm panel orientation quirk
  Amlogic/linux: silence dmesg spam
  Amlogic/linux: remove 1908 opp as this is not present in the bsp
  Amlogic/linux: simplify rgb10-max3-pro device tree
  Fix mesa oops
  ...
2023-12-04 11:13:00 -05:00
fewtarius
d6c14f3b38
Merge pull request #2486 from fewtarius/dev
Merged storage changes
2023-12-04 05:59:07 -05: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
mason
8baf2abede
Yuzu-sa - Add cpu accuracy ES feature 2023-12-03 22:45:03 +00:00
fewtarius
893a14a72a
Additional merged storage optimizations, add a script to remove empty directories that may cause overlay issues. 2023-12-03 16:22:09 +00:00
fewtarius
788a398aab
* Add support for changing the merged storage target between the internal and external card.
* Since JELOS creates the games directory structure it is possible that the overlay will hide games if you switch targets as it will consider them removed.  Delete the empty directories and reboot to resolve.
    * Ex: find /storage/games-internal -type d -empty -delete && find /storage/games-external -type d -empty -delete && reboot
  * Merged storage can now be disabled persistently.
  * A new directory structure is required to enable switching:
    * /storage/games-internal/roms
    * /storage/games-external/roms
    * The target /storage/roms has not changed.
* Lowers clocks to powersave for RK3566 devices.
2023-12-03 13:04:06 +00:00
mason
c265044212
Add Yuzu Rumble Strength Feature 2023-12-01 23:27:28 +00:00
mason
108714081e
Update Yuzu-SA and astc acceleration setting 2023-12-01 15:57:11 +00:00
fewtarius
41686379f8
Fix automount logic on single card devices. 2023-12-01 13:15:51 +00:00
fewtarius
399bc6507f
Fix automount logic on single card devices. 2023-11-29 17:22:47 +00:00
fewtarius
ebfae26203
Merge branch 'dev' into mainline-3566 2023-11-28 18:48:52 +00:00
fewtarius
1e04c196c9
Bump ES after merging PRs, update Linux to 6.6.3 (AMD64). 2023-11-28 18:48:11 +00:00
fewtarius
73e022b0e6
Bump ES to fix adhoc network switching. 2023-11-28 17:02:04 +00:00
fewtarius
f28574434c
Bump ES to fix ssid and passphrase configuration. 2023-11-28 15:16:00 +00:00
fewtarius
71aedc61b4
Switch many configuration options to use callbacks so it's not necessary to back out of the menu to save and execute. 2023-11-28 14:23:29 +00:00
mason
e4d15b2a12
Start work adding rinputer2 2023-11-28 09:56:30 +00:00
fewtarius
d2473b91b2
Disable overlayfs when the microsd is exfat or fat32 as the filesystems are not compatible. 2023-11-28 02:29:06 +00:00
fewtarius
422be7d26f
Add a facility for disabling the overlay, useful when working with the lower and upper dirs. 2023-11-28 00:59:50 +00:00
fewtarius
73b7b358e8
Feature: Use overlayfs to merge internal and external storage into /storage/roms.
* Creates a new directory structure for games:
  * Internal Storage (or tf1): /storage/games-internal
  * External MicroSD: /storage/games-external
  * Combined Path: /storage/roms
* Games copied to /storage/roms will be saved to /storage/games-internal.
* Samba has been updated to present both volumes for network access.
* EmulationStation now has an eject option under System Settings -> Hardware /Storage.
* When a compatible microsd is inserted, JELOS will automatically add it to the overlay, making the content available to ES after a gamelist update or an ES restart.
* Udevil will no longer mount microsd cards to /run/media, however it will still handle mounting all other external storage.
* After the update, JELOS will automatically migrate your current roms directory once.
* Additionally the hotkey management feature has moved from System Settings to Controller and Bluetooth Settings.
* The rom split tool is now deprecated as it is no longer needed.
2023-11-27 22:41:15 +00:00
fewtarius
947c482a37
* Improved support for AMD p-state drivers (<7w idle on AMD 6800U).
* Break Loki Zero link to configure proper default TDP for Max and MiniPro.
* Revert drain when charged while powered off support for RK3566.
2023-11-26 19:03:00 +00:00
fewtarius
b0991f8064
Add 6w TDP for Loki Zero (native). 2023-11-26 00:54:38 +00:00
fewtarius
1d5ac845fe
Fix charging while off drain issue for RK3566 based devices.
* Replaces device detection logic provided in resource.img with improved
  detection facility used by Recalbox.  Note: Devices will power on when charging,
  this is expected and desired behavior.
* Correct an issue with EmulationStation that causes battery to report 0 sometimes when
  full.
2023-11-21 21:47:47 +00:00
fewtarius
12196c3d19
Removes an update ready message in ES that does not apply in JELOS. 2023-11-21 14:50:30 +00:00
fewtarius
334bc46b62
Update EmulationStation to apply guards to screensaver brightness switching. 2023-11-20 11:43:53 +00:00
fewtarius
40ac3ac0ff
* Update EmulationStation to fix a bug causing crashes on SBCs. 2023-11-20 11:29:44 +00:00
Brooksytech
6403ce7acd
Merge pull request #2389 from brooksytech/dev
Flycast LR - ES frame skip feature
2023-11-17 05:59:48 -08:00
mason
50fb7d3272
Flycast LR - ES frame skip feature 2023-11-17 13:56:13 +00:00
fewtarius
f577f52339
* Update yuzu and mesa build options.
* Fix missing global shader setting.
2023-11-16 22:43:53 +00:00
fewtarius
c120d11b39
Add group separation to danger zone items in EmulationStation. 2023-11-16 12:30:22 +00:00
fewtarius
5613fd25f0
Fix an issue setting brightness in ES. 2023-11-16 12:03:18 +00:00
fewtarius
c8a69d9317
Add AYANEO Air low brightness quirk for ES screensaver. Bump ES. 2023-11-15 03:13:39 +00:00
fewtarius
b6f82c992a
Switch ES to use our pugixml package. 2023-11-15 01:56:59 +00:00
fewtarius
2f4890c52a
Bump ES. 2023-11-15 01:26:10 +00:00
fewtarius
3d330a4c6f
* Fix tailscale arch issue on AMD64.
* Add host to eliminate lookup timeouts.
* Improve kernel optimization (AMD64).
* Bump ES.
2023-11-15 00:00:28 +00:00
fewtarius
227e232ad5
Bump ES. 2023-11-14 12:52:21 +00:00
fewtarius
0d5fe649fe
Fix typo in cemu features. 2023-11-11 14:54:32 +00:00
fewtarius
b268928d79
Add online enable for CEMU - requires a Wii-U console and manual configuration! 2023-11-11 12:13:40 +00:00
fewtarius
80e8471ab6
* Historically JELOS configured CPU/GPU/DMC performance modes via a single scheduling function. Prior to implementing powerstate we extended that functionality to also manage AMD GPU performance. This functionality conflicts with powerstate and has been deprecated in favor of new behavior that allows ARM devices to utilize the GPU performance feature previously available for AMD devices only. 2023-11-07 23:46:44 +00:00
asoderq/sydarn(2)
8c5f0c8531
Mednafen; remove autosave options until someone figures it out 2023-11-06 10:57:49 +00:00
asoderq/sydarn(2)
ec4420a02f
Mednafen bugfixes 2023-11-06 10:57:49 +00:00
fewtarius
bf6e384745
Bump ES. 2023-11-04 23:58:57 +00:00
fewtarius
b9de140a77
Fixes a duplicate variable name hidden behind an ifdef. 2023-11-04 18:00:11 +00:00
fewtarius
2b5c166a2a
Improve how we fetch and configure sleep modes. 2023-11-04 17:52:44 +00:00
fewtarius
d1dedba69c
Deprecate CW2015 charger on RK3566 builds, add standby as a suspend option. 2023-11-04 16:49:18 +00:00
fewtarius
92c1a42b96
* Bring back factory reset.
* Slow down the volume / brightness loop so it doesn't execute multiple times during a single short press.
2023-11-03 21:36:34 +00:00
fewtarius
f6e40e9d0a
Fix - don't push es_systems if we're not an emulator free device. 2023-11-02 18:32:50 +00:00
fewtarius
4fae103d7c
Don't apply a default es_systems when we build all emulators. 2023-11-02 18:16:09 +00:00
fewtarius
b432abaed9
Add ES features for flycast2021. 2023-11-02 00:08:02 +00:00
mason
bd74492a6c
Add Mednafen support (WIP) - Thanks to Sydarn! 2023-10-26 21:12:34 +00:00