Commit graph

3766 commits

Author SHA1 Message Date
Anthony
ba7ef3315b
Update Daphne Emulator Name to Hypseus-Singe 2023-10-23 23:48:14 +00:00
mason
c03a3d68fa
Fix Duckstation sa and add additional ES features 2023-10-23 23:48:14 +00:00
fewtarius
3f222455b1
Reassign my copyrights to the JELOS project. 2023-10-23 22:53:27 +00:00
fewtarius
e3553bbf47
Relicensing the JELOS project as GPLv2 after discussion with community and core developers to correct an oversight in our original licensing. This change will require sign-off by affected authors and core team members before merging. 2023-10-23 22:52:40 +00:00
fewtarius
42ee34ca57
Restart the jslisten service when waking from sleep. 2023-10-23 20:15:39 +00:00
fewtarius
bde7603f7b
Revert bluetooth changes as they're broken. 2023-10-23 00:16:51 +00:00
anthonycaccese
dd9ce83b14 Update start_pico8.sh
from testing on RGB30 and Loki Zero I am seeing the following:
aarch64 (which is I think covers all of our arm devices) needs and looks for the pico8_64 + pico8.dat files from the raspberry pi zip
x86 works with the pico8_dyn + pico8.dat files from the linux 64 zip

So with that in mind I think the changes in this commit cover those use cases.  I've tested on my RGB30, RG351P and Loki Zero and it looks to work well across each.
2023-10-22 10:20:18 -04:00
fewtarius
06aa91b7fb
Fix start pico8. 2023-10-22 13:07:50 +00:00
fewtarius
a46140d5dc
Merge pull request #2234 from adamg88/cleanups
Quirks cleanups
2023-10-22 07:06:33 -04:00
adamg
52460ecf0c system-utils: do not execute headphone_sense on S922X if all the
variables needed are not exported
2023-10-22 12:03:42 +01:00
fewtarius
6b8376c7ca
Merge pull request #2235 from fewtarius/dev
Kernel / Emulator / Core / Theme updates.
2023-10-22 07:02:58 -04:00
fewtarius
7001b2e4be
Bump Linux to 6.5.8, update emulators, cores, and theme. 2023-10-22 10:44:31 +00:00
adamg
a799dbaa50 quirks: remove Amlogic blue led quirk and move it to dtb 2023-10-22 11:39:02 +01:00
adamg
95dba16852 quirks: cleanup Hardkernel ODROID-N2 audio quirk 2023-10-21 18:06:35 +01:00
fewtarius
f1e0ec8b6b
Merge pull request #2231 from fewtarius/dev
Revert yuzu change.
2023-10-21 08:39:07 -04:00
fewtarius
109cd05052
Revert yuzu change. 2023-10-21 12:38:26 +00:00
fewtarius
5e6d7e83b3
Merge pull request #2230 from fewtarius/dev
Update documentation to reflect system sorting changes.  Update Yuzu.
2023-10-21 08:26:09 -04:00
fewtarius
403d8684c2
Update documentation to reflect system sorting changes. Update Yuzu. 2023-10-21 12:25:30 +00:00
adamg
8b35b75da6 quirks: fix headphone output for Hardkernel ODROID-N2 2023-10-21 12:45:16 +01:00
adamg
7cc9d5b040 Amlogic: add support for ODROID-N2/N2+ 2023-10-21 00:16:17 +01:00
adamg
03bafd858b Amlogic: refactor project to use SUBDEVICES 2023-10-21 00:16:17 +01:00
adamg
28084b24af busybox: enable cut for init, used in update.sh scripting 2023-10-21 00:16:17 +01:00
fewtarius
f63737b41e
Merge pull request #2225 from xerootg/ayaneoaudio
Ayaneo audio quirk backport
2023-10-20 05:37:37 -04:00
anthonycaccese
2c4b797aa9 Systems Update
Updated release years for neocd, openbor
Updated manufacture for vectrex
Removed SC-3000 (we weren't generating a folder for it anyway and its games can be played under SG-1000 so thinking its easier to consolidate in this case)
2023-10-19 20:44:59 -04:00
fewtarius
e0f05ad1f2 Move audio quirks out of platform to support additional devices. 2023-10-19 11:21:00 -06:00
fewtarius
39db93cd8f Increase font size for some devices. 2023-10-19 11:21:00 -06:00
fewtarius
3a2d418672 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 11:21:00 -06:00
fewtarius
5442f9625d 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:21:00 -06:00
xerootg
34467cbe08 add ayaneo air plus 2023-10-19 11:18:42 -06:00
fewtarius
b779816292
Move audio quirks out of platform to support additional devices. 2023-10-19 13:30:30 +00:00
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
xerootg
4e478c1f31 ayaneo audio, probably? 2023-10-18 22:40:12 -06: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