Commit graph

6743 commits

Author SHA1 Message Date
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
fewtarius
ff8016d0c4
Merge pull request #2481 from fewtarius/feat-xwayland
Switch the xorg-server package to xwayland.  (Please test)
2023-12-02 06:55:14 -05:00
fewtarius
1fffd44ac7
Remove stale profile bits that still seem to exist on some devices and break audio. 2023-12-02 11:54:54 +00:00
fewtarius
d7629abc97
Remove stale xorg bits from package. 2023-12-02 11:53:00 +00:00
Brooksytech
f9750267ee
Merge pull request #2482 from brooksytech/dev
Bump Citra-SA and Yuzu-SA
2023-12-01 23:11:43 -08:00
mason
09006b6a8a
Bump Citra-SA and Yuzu-SA 2023-12-02 07:10:52 +00:00
fewtarius
704b219c8b
Switch the xorg-server package to xwayland. Tested the emulators that appeared to depend on it, they seemed to start up ok. 2023-12-02 00:27:29 +00:00
adamg88
9f84c1061a
Merge pull request #2480 from adamg88/amlogic-kernel-updates
Amlogic kernel updates
2023-12-02 00:01:08 +00:00
Brooksytech
26b63b475a
Merge pull request #2479 from brooksytech/dev
Yuzu-SA: never ask to confirm close
2023-12-01 15:50:48 -08:00
mason
4b3cda8426
Yuzu-SA: never ask to confirm close 2023-12-01 23:49:10 +00:00
Brooksytech
cdf6ce58c9
Merge pull request #2478 from brooksytech/dev
Add Yuzu Rumble Strength Emulation strength feature
2023-12-01 15:29:58 -08:00
mason
c265044212
Add Yuzu Rumble Strength Feature 2023-12-01 23:27:28 +00:00
adamg
c3079f23fb Amlogic/linux: remove unneeded drm panel orientation quirk 2023-12-01 23:17:37 +00:00
adamg
0d483320ef Amlogic/linux: silence dmesg spam 2023-12-01 23:16:43 +00:00
adamg
9b46d7ebd8 Amlogic/linux: remove 1908 opp as this is not present in the bsp 2023-12-01 20:43:12 +00:00
adamg
3a68b74af9 Amlogic/linux: simplify rgb10-max3-pro device tree 2023-12-01 20:38:43 +00:00
Brooksytech
fea1f9f2ee
Merge pull request #2476 from brooksytech/dev
Fix mesa oops
2023-12-01 08:14:21 -08:00
mason
dc30d9491d
Fix mesa oops 2023-12-01 16:13:03 +00:00
Brooksytech
f870eb2aaf
Merge pull request #2475 from brooksytech/dev
Update Yuzu-SA and astc acceleration setting
2023-12-01 07:58:59 -08:00
mason
108714081e
Update Yuzu-SA and astc acceleration setting 2023-12-01 15:57:11 +00:00
Brooksytech
b72712fb13
Merge pull request #2474 from brooksytech/dev
Set Mesa to compile with O3 and not Ofast
2023-12-01 06:41:41 -08:00
mason
70f5f3d53a
Set Mesa to compile with O3 and not Ofast 2023-12-01 14:40:24 +00:00
adamg88
d8cfaa35dd
Merge pull request #2473 from adamg88/mali-update
mali-bifrost/libmali-vulkan: bump packages to r46p0 for Amlogic
2023-12-01 13:19:03 +00:00
fewtarius
5a83b3744b
Merge pull request #2472 from fewtarius/mainline-3566
Mainline 3566
2023-12-01 08:17:21 -05:00
adamg
190471ff14 libmali-vulkan: bump package to r46p0 2023-12-01 13:16:50 +00:00
adamg
55481e63e2 mali-bifrost: bump package to r46p0 2023-12-01 13:16:50 +00:00
adamg88
62bd3b668e
Merge pull request #2469 from adamg88/mali-cleanup
Amlogic: remove mali patch and introduce new mali-bifrost package
2023-12-01 13:16:07 +00:00
fewtarius
a44293fded
Fix URL. 2023-12-01 13:15:55 +00:00
fewtarius
f19522946b
Add RG351V to README.md. 2023-12-01 13:15:54 +00:00
fewtarius
798fa4102b
Fix logic bug in automount that prevented correct mount pattern on some devices. 2023-12-01 13:15:54 +00:00
fewtarius
8bd54cc731
samba config should be updated after upgrading. 2023-12-01 13:15:54 +00:00
Mauro Ferradini
99237b918e
removed extra dash from chmod command 2023-12-01 13:15:53 +00:00