distribution/packages/jelos
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
..
autostart Merge pull request #2428 from fewtarius/dev 2023-11-27 09:15:15 -05:00
config/system/configs Systems Update 2023-10-19 20:44:59 -04:00
profile.d * 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
sources * Add support for changing the merged storage target between the internal and external card. 2023-12-03 13:04:06 +00:00
system.d Fix bug preventing game directories from being created. 2023-06-17 01:18:14 +00:00
package.mk Delete duplicates, and clean up copyright statement. 2023-10-24 16:00:57 +00:00