distribution/packages/hardware/quirks
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 Delete duplicates, and clean up copyright statement. 2023-10-24 16:00:57 +00:00
devices Fix bug in RG552 sleep, and add sleep freq set to RK3326 build 2023-11-29 16:38:04 +00:00
platforms * Add support for changing the merged storage target between the internal and external card. 2023-12-03 13:04:06 +00:00
profile.d Feature: Use overlayfs to merge internal and external storage into /storage/roms. 2023-11-27 22:41:15 +00:00
package.mk Delete duplicates, and clean up copyright statement. 2023-10-24 16:00:57 +00:00