Commit graph

746 commits

Author SHA1 Message Date
fewtarius
7daacd9b05
Bump ES. 2024-01-12 12:26:16 +00:00
fewtarius
17b7aa110f
Installer should shut down when complete, and not reboot so there is time to eject. Bump ES to use scraper API. 2024-01-11 16:13:04 +00:00
anthonycaccese
f6510bd838
Merge pull request #2654 from anthonycaccese/dev
Remove Primehack
2024-01-10 20:26:10 -05:00
Anthony
11cbe861f0 remove primehack 2024-01-10 08:54:32 -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
2cbfbfbb4c
Fix an issue with ES causing a slow response when opening the network settings menu. 2024-01-09 11:27:29 +00:00
fewtarius
d235ddf23c
* Add OpenGL/Vulkan selection feature to CEMU.
* Fix broken OpenGL for CEMU.
2023-12-29 19:25:49 +00:00
fewtarius
8f0bfde778
* Python 3.11.7, GCC 13.2.0, LLVM 17.0.6, GLIB 2.78.3, GZdoom (Latest).
* Update misc packages for GCC 13.
* Thanks to @CoreELEC (Python 3), @ArchLinux (lrps2), and @AmberELEC (EmulationStation).
2023-12-27 01:31:28 +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
1a1d2c32b7
Add default disable for simplehttp, and restart the service when the password changes. 2023-12-23 12:46:41 +00:00
fewtarius
ac76d683f9
Merge pull request #2572 from anthonycaccese/dev
Remove Legacy Packages
2023-12-22 19:18:37 -05:00
Anthony
0610813cba removed unused packages 2023-12-22 18:54:25 -05:00
fewtarius
7686fb9a3d
Update ES scraping defaults, drop MaxVRAM from es_settings as it's not needed. 2023-12-22 16:21:50 +00:00
fewtarius
82ffb6509c
Bump ES to revert Width/Height changes. 2023-12-16 18:00:11 +00:00
fewtarius
e0ec647177
Kernel 6.6.7 (AMD64), fix issue with video screensaver brightness. 2023-12-16 14:20:16 +00:00
fewtarius
ba38450689
* Revert x55 GPU driver to g2p0 to try and resolve the GPU hang condition until mainlined.
* Update EmulationStation with @GlaZedBelmont's changes (Add Rotation and Overlays, disable width and height).
2023-12-16 11:51:24 +00:00
fewtarius
d27edf200f
Merge pull request #2533 from sydarn/kronos
Kronos-lr
2023-12-15 17:09:59 -05:00
sydarn
293ccd780c kronos-lr: add core 2023-12-15 20:55:36 +01:00
fewtarius
ca1a58c4c8
Package updates. 2023-12-15 16:33:23 +00:00
fewtarius
3d31b17a8e
Bump ES to provide game directory creation complete message. 2023-12-12 14:29:31 +00: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
cd6b3e5320
Fix overlay rename oops in EmulationStation. 2023-12-12 13:08:49 +00:00
fewtarius
47abdc2573
* Adds TWB64 - Pack 3, thanks to @GlaZedBelmont 2023-12-05 10:56:45 +00:00
fewtarius
4bd41db9a7
Additional bug fixes and refinements for merged storage. 2023-12-04 23:18:40 +00: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
399bc6507f
Fix automount logic on single card devices. 2023-11-29 17:22:47 +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
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