Commit graph

6824 commits

Author SHA1 Message Date
mason
c74f32c114
RK3326 - Tune available clocks and increase ram freq 2023-12-08 14:21:26 +00:00
Brooksytech
76e0f11d5a
Merge pull request #2504 from brooksytech/dev
Update PortMaster
2023-12-06 07:14:12 -08:00
mason
950c4bc83c
Update PortMaster 2023-12-06 15:12:42 +00:00
Brooksytech
68ee16cfbe
Merge pull request #2503 from brooksytech/dev
Update a few SA cores
2023-12-06 06:59:06 -08:00
mason
a0a099965d
Update a few SA cores 2023-12-06 14:58:10 +00:00
Brooksytech
2bdec5e8d4
Merge pull request #2502 from brooksytech/dev
Support .cue files for Dreamcast
2023-12-05 16:14:13 -08:00
mason
3ea856ed82
Support .cue files for Dreamcast 2023-12-06 00:13:33 +00:00
Brooksytech
21b8452498
Merge pull request #2501 from brooksytech/dev
PortMaster: Only updated permissions on files that dont have correct permissions.
2023-12-05 14:21:40 -08:00
mason
6333abf90d
PortMaster: Only updated permissions on files that dont have correct perm 2023-12-05 22:20:38 +00:00
fewtarius
b54d209abc
Merge pull request #2500 from Sparticuz/mainline
update mainline-3566 to 6.7-rc4
2023-12-05 15:15:07 -05:00
Sparticuz
2d4e7301a0 update to 6.7-rc4 2023-12-05 15:14:22 -05:00
Alex
a4b15b216d
Merge pull request #2499 from edemirkan/mainline-3566
Merge branch 'dev' into mainline-3566
2023-12-05 10:18:26 -07:00
Evren D
12b339720b Merge branch 'dev' into mainline-3566 2023-12-05 11:31:46 -05:00
Brooksytech
332a5dfa27
Merge pull request #2498 from brooksytech/dev
Set correct permissions for ALL files in ports folder
2023-12-05 07:45:18 -08:00
mason
a42294a423
Set correct permissions for ALL files in ports folder 2023-12-05 15:43:36 +00:00
Brooksytech
add2da6198
Merge pull request #2497 from brooksytech/dev
Clean up PortMaster vars
2023-12-05 07:27:32 -08:00
mason
b0da35d4f1
Clean up PortMaster vars 2023-12-05 15:25:48 +00:00
Brooksytech
e124d62819
Merge pull request #2496 from brooksytech/dev
Add missing gzdoom dependency
2023-12-05 06:34:24 -08:00
Brooksytech
7d1fd1cf65
fix year 2023-12-05 06:33:28 -08:00
mason
7b59c0b1ba
Add missing gzdoom dependency 2023-12-05 14:32:10 +00:00
fewtarius
b10f0ad12f
Merge pull request #2495 from fewtarius/dev
Adds TWB64 - Pack 3, thanks to @GlaZedBelmont
2023-12-05 05:57:48 -05:00
fewtarius
47abdc2573
* Adds TWB64 - Pack 3, thanks to @GlaZedBelmont 2023-12-05 10:56:45 +00:00
fewtarius
e46cf309c6
Merge pull request #2494 from fewtarius/dev
Additional bug fixes and refinements for merged storage.
2023-12-04 18:23:04 -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
Glazed_Belmont
88634901b4
Update gambatte 2023-12-04 17:18:51 -05:00
fewtarius
308e211cc5
Merge pull request #2492 from fewtarius/dev
Merged storage improvements and bug fixes
2023-12-04 17:13:17 -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
686283fab6
Merge pull request #2491 from fewtarius/dev
Fix automount oops, fix games migration.
2023-12-04 12:16:52 -05:00
fewtarius
969a8d0078
Fix automount oops, fix games migration. 2023-12-04 17:16:13 +00:00
Alex
c916ac76ee
Merge pull request #2489 from Sparticuz/mainline
merge dev into mainline-3566
2023-12-04 09:34:40 -07:00
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
2b2ef8a6ce
Merge pull request #2488 from fewtarius/dev
Fix udevil regression.
2023-12-04 07:32:17 -05:00
fewtarius
07474123b6
Fix udevil regression. 2023-12-04 12:31:38 +00:00
fewtarius
7c237e5d89
Merge pull request #2487 from fewtarius/dev
Fix game migration to new path during post-update.
2023-12-04 06:51:17 -05:00
fewtarius
1b65a52b7c
Fix game migration to new path during post-update. 2023-12-04 11:50:35 +00:00
fewtarius
d6c14f3b38
Merge pull request #2486 from fewtarius/dev
Merged storage changes
2023-12-04 05:59:07 -05:00
fewtarius
d30ac12886
Bump AMD64 kernel to 6.6.4. 2023-12-04 10:53:36 +00:00
Brooksytech
77502fd259
Merge pull request #2485 from brooksytech/dev
Bump Kernel to 6.1.65 on supported devices
2023-12-03 22:39:19 -08:00
Brooksytech
27d48a6275
Merge branch 'JustEnoughLinuxOS:dev' into dev 2023-12-03 22:38:58 -08:00
mason
a3d5dad23b
Bump Kernel to 6.1.65 on supported devices 2023-12-04 06:30:20 +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
Brooksytech
c64f785e5f
Merge pull request #2484 from brooksytech/dev
Yuzu-sa - Add cpu accuracy ES feature
2023-12-03 14:45:46 -08: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
2441f908d6
Disable merged storage by default, fix bind mount to use correct (updated) path. 2023-12-03 13:13:59 +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
fewtarius
7921c5587a
Merge pull request #2483 from fewtarius/dev
Cleanup xwayland package, remove stale profile bits that sometimes break audio.
2023-12-02 06:55:52 -05:00