Commit graph

5741 commits

Author SHA1 Message Date
fewtarius
036fbca992
Merge pull request #2055 from fewtarius/dev
Fix mpv video playback across devices.
2023-09-13 14:37:49 -04:00
fewtarius
9371bf4372
Fix mpv video playback across devices. 2023-09-13 18:36:41 +00:00
Brooksytech
89a5beb8d4
Merge pull request #2054 from brooksytech/dev
Fix HP sense on OGU, bump kernel to 6.1.53
2023-09-13 11:10:33 -07:00
mason
15fbf13b93
Fix HP sense on OGU, bump kernel to 6.1.53 2023-09-13 18:09:23 +00:00
fewtarius
a71ec0ec9d
Merge pull request #2052 from fewtarius/dev
Updates and bug fixes
2023-09-13 06:20:08 -04:00
fewtarius
0180be062e
Updates and bug fixes
* Update Linux kernel to 6.4.16 (AMD64).
* Update emulators and cores.
* Revert removal of ES audio path from post-update.
2023-09-13 10:18:33 +00:00
fewtarius
66c914d2bd
Merge pull request #2051 from fewtarius/dev
Add auto (bios) fan control, only enable LED brightness on AIR devices.
2023-09-13 05:21:53 -04:00
fewtarius
84678d64ff
Add auto (bios) fan control, only enable LED brightness on AIR devices. 2023-09-13 09:21:22 +00:00
fewtarius
5c82f773d3
Merge pull request #2050 from fewtarius/dev
re-apply last LED setting on startup.
2023-09-12 21:27:38 -04:00
fewtarius
89303e3c97
re-apply last LED setting on startup. 2023-09-13 01:27:05 +00:00
fewtarius
d60319a51f
Merge pull request #2040 from littleguy77/n64-enhancements
Respect aspect ratio setting in mupen64plus-sa, and tidy launch script
2023-09-12 21:23:19 -04:00
fewtarius
d988d73bc1
Merge pull request #2038 from adamg88/amlogic-uboot-fixup
Amlogic/u-boot: fix typo and cleanup package
2023-09-12 21:22:55 -04:00
fewtarius
812599105e
Merge pull request #2044 from adamg88/cleanup
dos2unix: remove/cleanup unused package
2023-09-12 21:22:35 -04:00
fewtarius
cb98c0f24c
Merge pull request #2049 from fewtarius/dev
Any device scripts should be installed with the package.
2023-09-12 21:17:16 -04:00
fewtarius
14b3d1d486
Any device scripts should be installed with the package. 2023-09-13 01:16:40 +00:00
fewtarius
8508bdc29a
Merge pull request #2048 from fewtarius/dev
Fix audio latency global oops, add default latency value for the Loki
2023-09-12 20:27:52 -04:00
fewtarius
58a62ecefa
Fix audio latency global oops, add default latency value for the Loki Zero. 2023-09-13 00:26:54 +00:00
fewtarius
a50d4ac3b3
Merge pull request #2047 from fewtarius/dev
Ayn Loki Zero/Max fan control & modifiers.
2023-09-12 19:48:44 -04:00
fewtarius
da8c3ec6b3
Ayn Loki Zero/Max fan control & modifiers. 2023-09-12 23:47:49 +00:00
littleguy77
b8070bf651 Respect screen stretch setting for default mupen64plus-sa video plugin.
The default is rice.  We have to explicitly check it here to apply the
proper patched behavior.
2023-09-12 17:22:53 -04:00
littleguy77
3bdd1e63db Attempt to show FPS for all video plugins in mupen64plus-sa.
These doesn't seem to be enough, at least not in RK3566-X55.

Not sure if these settings still work in upstream mupen, but as long as
they still exist we should probably set them.  If someone wants to debug
why they don't work in JELOS, it's one less thing to fix.
2023-09-12 17:22:53 -04:00
littleguy77
ed911cbcfe Final cosmetic tweaks. 2023-09-12 17:22:53 -04:00
littleguy77
8da28713bb Clean up file ops section.
- Move screen variables out of file section.
- Clean and create directories up front.
- Copy to GAMEDATA before copying to TMP.
2023-09-12 17:22:53 -04:00
littleguy77
bfca4c3f3e Replace string literals with variable references. 2023-09-12 17:22:53 -04:00
littleguy77
c8042943ff Consolidate file ops and param settings into logical groups.
File ops at the top.  Keep related param settings together.

Make sure things like SIMPLESUFFIX and the TMP directory are set early
to avoid accidental premature use.
2023-09-12 17:22:53 -04:00
littleguy77
b90edcd233 Move invariant params outside of condition blocks.
Some values are the same regardless of condition.  Others will simply be
ignored if they are not relevant, so no need to condition them.
2023-09-12 17:22:53 -04:00
littleguy77
6509944855 Split the param assignment onto multiple lines for readability. 2023-09-12 17:22:53 -04:00
littleguy77
5396a337b3 Pass mupen64plus-sa config by command line args.
No need for sed; just use mupen64plus-ui-console as it was intended,
passing the values by the command line.

More readable - shows exactly which setting is set.  Also prevents the
wrong setting with a similar name from being set.

Also reduces the importance of the cfg file.
2023-09-12 17:22:53 -04:00
littleguy77
c4ed820547 Use += operator to concatenate strings.
Easier to read and slightly more rot resistant.
2023-09-12 17:22:53 -04:00
littleguy77
335eeef432 Use braces on variables as best practice. 2023-09-12 17:22:53 -04:00
littleguy77
6371e383e6 Tweak whitespace for clarity.
Clarify subsequent commits and reduce risk of merge conflicts.
2023-09-12 17:22:52 -04:00
fewtarius
531802e87e
Merge pull request #2046 from fewtarius/dev
Add ayn Loki Zero/Max LED control.
2023-09-12 16:27:01 -04:00
fewtarius
3150cdcf18
Add ayn Loki Zero/Max LED control. 2023-09-12 20:25:41 +00:00
Brooksytech
62e7b65ce9
Merge pull request #2045 from brooksytech/dev
Update S922X u-boot, enable OGU HP detect gpio, increase Max 3 deadzone
2023-09-12 07:52:30 -07:00
mason
c294f8280e
Update S922X u-boot, enable OGU HP detect gpio, increase Max 3 deadzone 2023-09-12 14:51:18 +00:00
adamg
99b972584e dos2unix: remove/cleanup unused package 2023-09-12 14:06:00 +00:00
fewtarius
5791ec7802
Merge pull request #2043 from fewtarius/dev
Ensure automount has finished before starting weston or emulationstation.
2023-09-11 08:15:34 -04:00
fewtarius
7b17482139
Ensure automount has finished before starting weston or emulationstation. 2023-09-11 12:14:50 +00:00
fewtarius
7559f094cc
Merge pull request #2042 from fewtarius/dev
Add Ayn Max as supported.
2023-09-11 07:45:51 -04:00
fewtarius
694327d95e
Set volume when bluetooth devices connect incase they're an audio device. 2023-09-11 11:44:49 +00:00
fewtarius
6b5ee85eeb
Add Ayn Max as supported. 2023-09-11 11:34:42 +00:00
fewtarius
3e72c97079
Merge pull request #2037 from littleguy77/update-build-docs
Update build docs
2023-09-11 07:13:31 -04:00
fewtarius
646cbff3b9
Merge pull request #2041 from fewtarius/dev
Fix GPU performance not setting to auto when selected.
2023-09-11 07:13:05 -04:00
fewtarius
eccfa81dd5
Fix GPU performance not setting to auto when selected. 2023-09-11 11:12:03 +00:00
adamg
90ca29bb4c Amlogic/u-boot: fix typo and cleanup package 2023-09-10 17:38:19 +00:00
littleguy77
c746e283a9 Add a section about pushing modified images using scp/ssh. 2023-09-10 10:56:19 -04:00
littleguy77
50cad2868a Clarify building image with modifications.
Applies to any modifications, not just those using a patch.

The comments seem superfluous, and obfuscate the fact that this is just
a delta from the "Building a Single Package" section.
2023-09-10 10:46:50 -04:00
fewtarius
207612186b
Merge pull request #2036 from fewtarius/dev
Fix RGB30 and RK2023 audio quirks.
2023-09-09 08:25:27 -04:00
fewtarius
5f056df785
Fix RGB30 and RK2023 audio quirks. 2023-09-09 12:24:42 +00:00
fewtarius
b127ab6c23
Merge pull request #2034 from fewtarius/dev
Add Loki Zero to supported list.
2023-09-09 06:30:58 -04:00