Commit graph

3735 commits

Author SHA1 Message Date
fewtarius
04075a8a23
Merge pull request #2223 from fewtarius/dev
Increase font size for some devices.
2023-10-19 08:10:58 -04:00
fewtarius
78d394e5a5
Increase font size for some devices. 2023-10-19 12:10:18 +00:00
fewtarius
f99a62a9ea
Merge pull request #2222 from fewtarius/dev
PCSX Rearmed update
2023-10-19 08:03:53 -04:00
fewtarius
800ad14a64
PCSX Rearmed update
* Revert PCSX Rearmed to version e34ef5a and pin.
* Apply threaded rendering patch thanks to @christianhaitian.
* Thanks to @asoderq (sydarn) and @christianhaitian for the pointers!
2023-10-19 12:00:55 +00:00
fewtarius
17431955f1
Merge pull request #2221 from fewtarius/dev
General updates and bug fixes.
2023-10-19 07:32:08 -04:00
fewtarius
a8fa695aa2
General updates and bug fixes.
* Move soundfont-generaluser to a repository.
* Update bluez and apply PS5 controller patch thanks to ashtophet101 from the @ChimeraOS discord.
* Update documentation.
2023-10-19 11:29:55 +00:00
anthonycaccese
f080a5e5d2
Merge branch 'JustEnoughLinuxOS:dev' into dev 2023-10-18 07:25:27 -04:00
anthonycaccese
2e18be4fb8 Simplified helpsystem toggle
on 16:9, 16:10 and 5:3 the helpsystem can be turned off from one setting now (previously it required two settings).

Main Menu > UI Settings > On-Screen Help
2023-10-18 07:24:56 -04:00
fewtarius
21e718e71e
Set permissions on the pico-8 binary, and use the dynamic binary everywhere. 2023-10-18 10:40:04 +00:00
anthonycaccese
ddb7e27663 pico-8 launch updates 2023-10-17 17:56:58 -04:00
fewtarius
e0559615b8
Merge pull request #2215 from fewtarius/dev
Forgot an else.
2023-10-17 13:33:05 -04:00
fewtarius
4583ddbcbf
Forgot an else. 2023-10-17 17:32:31 +00:00
fewtarius
084281162f
Merge pull request #2214 from fewtarius/dev
Fixes pico-8.  Now supports roms/pico-8/aarch64 and roms/pico-8/x86_64 for compatibility with multi-arch sync.
2023-10-17 10:28:38 -04:00
fewtarius
3d4659d50e
Fixes pico-8. Now supports roms/pico-8/aarch64 and roms/pico-8/x86_64 for compatibility with multi-arch sync. 2023-10-17 14:28:04 +00:00
fewtarius
f16aafeab5
Merge pull request #2213 from fewtarius/dev
Re-enable spleen now that it has been patched to show the logo correctly.
2023-10-17 09:26:43 -04:00
fewtarius
9b179f7902
Switch initramfs back to spleen. 2023-10-17 13:25:37 +00:00
fewtarius
f07cd19628
Re-enable spleen now that it has been patched to show the logo correctly. 2023-10-17 13:11:57 +00:00
anthonycaccese
4bfbca1a6b
Merge pull request #2205 from anthonycaccese/dev
Update defaults in es_settings.cfg and set config_save_on_exit to false by default
2023-10-17 07:24:49 -04:00
fewtarius
9e15ed666b
Merge pull request #2212 from fewtarius/dev
Add console support package to update_packages to allow updating of gamecontrollerdb, etc.  Bump emulators and cores.
2023-10-17 06:54:55 -04:00
fewtarius
878d852037
Add console support package to update_packages to allow updating of gamecontrollerdb, etc. Bump emulators and cores. 2023-10-17 10:54:13 +00:00
fewtarius
5dc97e224c
Merge pull request #2211 from fewtarius/dev
Fix oops in Powkiddy RGB10 Max 3 audio quirks.
2023-10-17 06:26:54 -04:00
fewtarius
8650a9b80e
Fix oops in Powkiddy RGB10 Max 3 audio quirks. 2023-10-17 10:26:13 +00:00
fewtarius
e6bd410494
Merge pull request #2210 from fewtarius/dev
Re-add terminus-font to initramfs.
2023-10-16 22:14:38 -04:00
fewtarius
f37a532c02
Re-add terminus-font to initramfs. 2023-10-17 02:14:05 +00:00
fewtarius
bef019a0bc
Merge pull request #2209 from fewtarius/dev
Revert font change until fonts can be fixed up for low res devices.
2023-10-16 22:05:53 -04:00
fewtarius
b71f79eceb
Revert font change until fonts can be fixed up for low res devices. 2023-10-17 02:05:15 +00:00
fewtarius
612579b0fc
Merge pull request #2208 from fewtarius/dev
Updates core font to spleen.
2023-10-16 21:36:36 -04:00
fewtarius
4b07bd64e5
Updates core font to spleen. 2023-10-17 01:34:51 +00:00
fewtarius
ddb437afcc
Merge pull request #2207 from fewtarius/dev
Slight improvement to boot output.
2023-10-16 18:17:52 -04:00
fewtarius
58fc4afc65
Slight improvement to boot output.. 2023-10-16 22:17:12 +00:00
fewtarius
97c1116d3f
Merge pull request #2206 from fewtarius/dev
Update the boot logo.
2023-10-16 18:13:49 -04:00
anthonycaccese
be33b77a4c Set "config_save_on_exit" to false by default
This sets config_save_on_exit to false by default in retroarch.cfg for all devices.  Should help reduce the ability for users to get into an odd state in retroarch.  With it on by default there was a high chance of changes a users made in config for a game being saved into the global config.
2023-10-16 16:40:56 -04:00
anthonycaccese
089a39f6ef Update es_settings.cfg 2023-10-16 16:26:49 -04:00
fewtarius
4436bc1b12
Update the boot logo. 2023-10-16 16:56:17 +00:00
anthonycaccese
25cbaba5af
Merge branch 'JustEnoughLinuxOS:dev' into dev 2023-10-15 21:52:54 -04:00
anthonycaccese
756e1deb8e Theme cleanup
removes minimal and minielec from install package - moving them to post install instead
2023-10-15 21:52:39 -04:00
fewtarius
9e8fa26cd8
Bump ES to revert screensaver brightness function until it can be bug fixed. 2023-10-16 01:50:03 +00:00
Brooksytech
154606c9d2
Merge pull request #2198 from brooksytech/dev
Update ES with video preview option
2023-10-15 08:27:32 -07:00
mason
61de3a9517
Update ES with video preview option 2023-10-15 15:24:48 +00:00
fewtarius
8f241579af
Update plymouth-lite, fix network parameters.
* Adds centered image logic to plymouth-lite, thanks to @shauninman.
* Corrects the few straggling wifi properties.
2023-10-15 11:36:21 +00:00
fewtarius
5e1a07666e
* Update suspendmode tool to support disabling suspend. Adds guard to not run if the settings haven't changed.
* Update documentation.
2023-10-15 02:18:17 +00:00
fewtarius
52ecd0909d
Set RPCS3 resolution dynamically when the emu is starting. 2023-10-14 16:26:47 +00:00
anthonycaccese
b541d30457
Merge branch 'dev' into dev 2023-10-14 11:46:09 -04:00
fewtarius
08b6cc54ea
* Fix Powkiddy RGB10 MAX 3 audio quirk, thanks to @adamg88.
* Update emulators and cores.
* Update Artbook Next theme.
2023-10-14 15:32:01 +00:00
fewtarius
005a089292
Merge pull request #2159 from adamg88/scripts-fixup
scripts: cleanup and fixup subdevice support
2023-10-14 10:04:28 -04:00
mason
f226bb9d93
Fix emulationstation typo 2023-10-14 14:00:50 +00:00
fewtarius
455cf7d93c
Merge pull request #2186 from fewtarius/dev
Fix brightness on new flashes, bump SDL2.
2023-10-14 07:13:21 -04:00
fewtarius
c2ad1c458e
* Fix brightness set bug on new flashes.
* Bump SDL to 2.28.4
2023-10-14 11:09:38 +00:00
fewtarius
a8a7146bba
Merge pull request #2185 from fewtarius/dev
Bump ES to clean up Bluetooth enable/disable and correct a bug that may lead to ES hangs.
2023-10-13 21:56:38 -04:00
fewtarius
92e7fdb45e
Bump ES to clean up Bluetooth enable/disable and correct a bug that may lead to ES hangs. 2023-10-14 00:35:00 +00:00