Commit graph

5680 commits

Author SHA1 Message Date
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
fewtarius
59b9ae013b
Add Loki Zero to supported list. 2023-09-09 10:30:19 +00:00
fewtarius
83f5b7c807
Merge pull request #2033 from fewtarius/dev
Add pixel perfect option on RGB30 for pico-8, and enable it by default if it isn't already set.
2023-09-09 06:13:14 -04:00
fewtarius
d14d0bc4e0
Add pixel perfect option on RGB30, and enable it by default if it isn't already configured. 2023-09-09 10:12:10 +00:00
Brooksytech
ef0ac850a2
Merge pull request #2032 from brooksytech/dev
Add Ayn Loki Zero panel support
2023-09-08 20:51:55 -07:00
mason
15ceded68a
Add Ayn Loki Zero panel support 2023-09-09 03:50:50 +00:00
Brooksytech
849a3eccfe
Merge pull request #2031 from brooksytech/dev
Add graphics backend feature to PPSSPP
2023-09-08 12:12:39 -07:00
mason
f0b1240f7e
Add graphics backend feature to PPSSPP 2023-09-08 19:11:20 +00:00
Brooksytech
2fbd6a5c2d
Merge pull request #2029 from brooksytech/dev
Update Yuzu-sa
2023-09-08 06:06:28 -07:00
mason
b02807fcda
Update Yuzu-sa 2023-09-08 13:05:40 +00:00
fewtarius
5e5c165506
Merge pull request #2028 from fewtarius/dev
Bump PPSSPP sa and lr.
2023-09-08 09:02:13 -04:00