Commit graph

462 commits

Author SHA1 Message Date
Wansti
b21d95cd27 Resolve conflicts 2022-11-15 04:25:01 +00:00
Wansti
9063b853f1 Resolve conflicts 2022-11-15 04:17:56 +00:00
Wansti
c4b03fb569 Revert to default audio device on reboot 2022-11-15 04:16:06 +00:00
Wansti
64618e988e Remove generic bluetooth entry 2022-11-15 02:42:38 +00:00
Wansti
a3655568bd Reconnect bluetooth device if already connected 2022-11-15 02:41:18 +00:00
fewtarius
0f7741b80f
Fix RG552 default mixer. 2022-11-13 20:24:03 -05:00
fewtarius
70f7e8c878
Make sure we delete the AudioDevice so defaults are honored. 2022-11-13 16:28:43 -05:00
fewtarius
5ea4cbcbf3
updates, emulators, cores, etc. 2022-11-13 13:24:50 -05:00
Wansti
1f25b356e2 Add bluetooth devices to audio device menu 2022-11-13 16:37:12 +11:00
Wansti
06983722b2 Add bluetooth to audio options 2022-11-13 10:50:44 +11:00
fewtarius
34a481f977
Add Audio path feature to ES, bug fixes, and some additional changes for future use. 2022-11-12 15:39:58 -05:00
fewtarius
0c49d9aa83
Fix essound 2022-11-12 07:48:43 -05:00
Wansti
ce61514d33 Add bluetooth to audio options 2022-11-11 21:50:46 +00:00
fewtarius
98541df6ae
Merge pull request #727 from fewtarius/dev
Bump ES
2022-11-09 08:30:04 -05:00
fewtarius
7c544f6d0c
Bump ES 2022-11-09 08:02:06 -05:00
fewtarius
cb346ed42f
Merge pull request #726 from fewtarius/dev
Dev
2022-11-09 07:30:10 -05:00
fewtarius
7713ba9249
Alsa startup fix, bump ES. 2022-11-09 07:28:56 -05:00
fewtarius
a2be76d26d
Preparing for sound device control in ES. 2022-11-09 07:25:04 -05:00
fewtarius
fbd4b93c4e
Merge pull request #722 from fewtarius/dev
emus, cores, kernel, and bug fix.
2022-11-08 08:47:03 -05:00
fewtarius
5c42b99d1b
Tweak automount service to create game directories. 2022-11-08 08:45:52 -05:00
fewtarius
2a74d902ee
Add simple tool to fetch alsa controls. 2022-11-07 07:51:52 -05:00
Locutus73
f63893ae4d
Update asound.state
Various sound fixes and DAC Playback Volume renamed to Master Playback Volume.
2022-11-07 13:41:00 +01:00
fewtarius
d8f5a5fcf0
Fix device variable for RG552. 2022-11-07 06:37:58 -05:00
fewtarius
fc0e3a7a26
Roll back RG552 change, add workaround for volume in ES. 2022-11-06 18:19:44 -05:00
fewtarius
e7f53c865b
Use overlay for hotkey autoconfig. 2022-11-06 16:24:07 -05:00
fewtarius
b4d3301e75
Temporarily re-add the DAC mixer for the RG552 until we can fix the mixer to be detected correctly in ES. 2022-11-06 16:09:35 -05:00
fewtarius
85eac29ce9
Run tweak. 2022-11-06 13:18:29 -05:00
fewtarius
974e05fab6
Enable bluetooth controller support on RG5351P/M, RG351V, RG351MP thanks to @tom-pratt. 2022-11-05 12:50:08 -04:00
fewtarius
7b8d71468e
Enable bluetooth controller support on RG552, thanks to @tom-pratt. 2022-11-05 12:26:29 -04:00
fewtarius
6f62ebc7b9
Pull back gobject-introspection from @tom-pratt's PR, enable building on RG353P/RG503. 2022-11-05 16:19:29 +00:00
fewtarius
5517591d7a
More robust run tool. 2022-11-02 21:43:14 -04:00
fewtarius
19882b6717
Many core package updates including:
* gcc 12.2.0
* llvm 15.0.3
* kernel 6.0.6 (x86_64 & RG552)
* systemd 251.7
* binutils 2.39
* glib 2.74.0
* glibc 2.36

Thanks in large part to @CoreELEC.
2022-11-02 17:11:27 -04:00
fewtarius
3a3c65d433
Bug fixes and mention support for the RG353M. 2022-11-02 17:01:08 -04:00
brooksytech
cb205308f6
DolphinSA ES options 2022-11-02 07:18:15 -07:00
fewtarius
ddac80f938
Merge branch 'dev' of github.com:justenoughlinuxos/distribution into coreelec_sync 2022-11-01 11:12:05 -04:00
fewtarius
83cecf5d86
Add post-update logging. 2022-11-01 07:55:34 -04:00
fewtarius
6fdfc71f86
Merge pull request #685 from fewtarius/dev
Another tweak for rclone, and don't build bluetooth support until we fix it across devices.
2022-10-30 06:44:32 -04:00
fewtarius
9dbb955946
Another tweak for rclone, and don't build bluetooth support until we fix it across devices. 2022-10-30 06:43:35 -04:00
Tom Pratt
5ad2cf4673 Bluetooth boot and sleep handling
Also reduce bluetooth agent sleep duration. Init dependencies mean its not that sensitive.
2022-10-29 00:33:45 +02:00
fewtarius
d5379587d3
Merge pull request #679 from fewtarius/dev
post-game cloud backup, and rclone fix on x86_64
2022-10-28 17:39:50 -04:00
fewtarius
0db4d2dccd
* Fix rclone on x86_64 builds
* Add support for running a cloud backup immediately after exiting a game. (GAME SETTINGS, Requires configured rclone.)
2022-10-28 17:37:37 -04:00
Tom Pratt
60b63d397a Unit for managing the bluetooth agent lifecycle 2022-10-28 20:56:45 +02:00
Tom Pratt
32d4a71e36 Fix batocera-bluetooth-agent
Install pygobject dependency and bump versions of some of its dependencies. Fix gobject-introspection build error on host by setting -Dbuild_introspection_data=false.

Update bluezutils.py to use items() function renamed in recent python versions.

Remove .cache dir from agentpath, otherwise dbus complains that the path is invalid. The directory exists so it's unclear what the real problem is here.

Include python_fix_abi function in build so target files don't get host arch naming.
2022-10-28 19:31:03 +02:00
fewtarius
a7d633da5c
Add support for configuring the boot UI while in kiosk mode (Weston only). This enables users to boot right into an emulator or into RetroArch, however the features of ES will be unavailable. 2022-10-27 07:51:00 -04:00
fewtarius
2870b9e247
Don't sync portmaster or thememaster after an update. 2022-10-27 06:09:12 -04:00
fewtarius
226a599128
runemu should no longer replace bits of asound.conf. 2022-10-26 19:28:21 -04:00
fewtarius
a0e6266483
Fix issue with setsettings and hotkey management. 2022-10-26 16:58:11 -04:00
fewtarius
ec0e1b03dc
Add support for audio device selection in ES. Fix bug with volume_sense. 2022-10-26 12:01:28 -04:00
fewtarius
5b401bd539
Update how we automatically manage hotkeys, and add an option to disable it. If a controller is attached or detached, run mkcontroller with the volume_sense restart. 2022-10-25 17:40:48 -04:00
fewtarius
958c5fca01
Reverse x/y. 2022-10-25 07:34:52 -04:00