Commit Graph

6077 Commits

Author SHA1 Message Date
John Williams
52dea5c8d8 Merge pull request #1954 from porschemad911/freqfunctions
freqfunctions - governor file existence check
2025-11-05 21:45:08 +11:00
John Williams
18ad9053e6 Revert "Merge pull request #1947 from ROCKNIX/rockbox"
This reverts commit 4906fc11c3, reversing
changes made to a6cf28f016.
2025-11-05 21:23:02 +11:00
John Williams
e7c4ab28c4 Revert "rockbox: bump version"
This reverts commit 649e9a7f38.
2025-11-05 21:22:14 +11:00
John Williams
f27ea3bebb Revert "rocknix: build rockbox"
This reverts commit 0cfb888fe9.
2025-11-05 21:21:59 +11:00
John Williams
ed14e5793e freqfunctions - governor file existence check 2025-11-04 23:04:47 +11:00
Philippe Simons
1de08a5ae7 Merge pull request #1951 from ROCKNIX/auto-pr-branch
Update kernel configs/device documentation
2025-11-03 13:26:58 +01:00
Philippe Simons
0308c6bf6b h700/hdmi: fix audio 2025-11-03 12:09:59 +01:00
loki666
87fbca5eed Update kernel configs 2025-11-03 08:11:16 +00:00
Philippe Simons
c97919838a Merge pull request #1950 from loki666/h700-6.17.6
h700/linux: bump to 6.17.6
2025-11-03 08:02:14 +01:00
spycat88
0cfb888fe9 rocknix: build rockbox 2025-11-03 06:15:02 +00:00
John Williams
084b0dbcc6 RK3588 - sway - allow_tearing not supported 2025-11-03 11:47:06 +11:00
spycat88
649e9a7f38 rockbox: bump version 2025-11-02 23:27:06 +00:00
spycat88
4906fc11c3 Merge pull request #1947 from ROCKNIX/rockbox
tools: introduce rockbox
2025-11-02 22:54:05 +00:00
spycat88
6e4cc8cc2f rocknix: remove bash functions now covered by rockbox 2025-11-02 22:53:14 +00:00
spycat88
487f62ca2d tools: introduce rockbox 2025-11-02 22:53:09 +00:00
tiopex
a6cf28f016 Merge pull request #1948 from tiopex/melon
MelonDS: Add dual-screen mode support
2025-11-02 23:06:27 +01:00
tiopex
83aeb0e51f MelonDS: Add dual-screen mode support 2025-11-02 22:55:23 +01:00
Philippe Simons
02540e6c35 h700/linux: bump to 6.17.6 2025-11-02 20:35:32 +01:00
spycat88
1b0cb5d2c5 quirks: cleanup unused quirks 2025-11-02 10:38:54 +00:00
spycat88
18ed84f34e freqfunctions: cleanup unused function 2025-11-02 05:07:49 +00:00
spycat88
3dd64feea1 powerstate: cleanup 2025-11-02 04:51:12 +00:00
spycat88
984fac6f8f x11: package cleanup 2025-11-02 03:35:21 +00:00
Marshall Ward
9427ac01e2 yabasanshiro-sa: n2.cmake (retro arena) as include
The yabasanshiro-sa build was struggling to get the glut/n2 libraries
compiled and/or linked correctly.  The issue went back to handling of
the n2.cmake header in retro arena.

Instead of using n2.cmake as the toolchain file, we now use the general
cmake header in toolchain/ as the toolchain file, and append n2.cmake as
an include header.
2025-11-01 10:08:39 -04:00
Marshall Ward
0c6e3c9818 bash: Allow certain K&R functions (gnu17)
mkbuild.c in bash appears to use K&R style functions in some places, and
seem to be sufficiently tolerant to GNU17 builds, so the build is set to
-std=gnu17, which appears to build with GCC 15.x.
2025-11-01 10:05:58 -04:00
Marshall Ward
8672baa21a yasm: Disable C23 bool/true/false
YASM uses bool, true, and false, which are now keywords in C23.  This
patch enforce gnu17 standard, which allows them to be used for other
purposes.
2025-11-01 10:05:58 -04:00