mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
* Update kernel Config/patches for CEC support * Add base CEC support to dock-hotplug, and make so support can be disabled via uenv.txt * Add working libcec package for L4T, and enable CEC support in packages. * Fix pulseaudio-alsa routing This fixes using other audio backends(Alsathread, Alsa, TinyAlsa) in retroarch via dock or bluetooth. * Downgrade GCC in L4T builds This fixes issues revolving around undefined symbol: __aarch64_ldadd4_acq_rel issue with gcc 10 * Fix updater for switch builds Only tested working with tar archives. * Edit retroarch default settings for the switch. * Fix pulseaudio changing sink volume issues.
15 lines
458 B
Desktop File
15 lines
458 B
Desktop File
[Unit]
|
|
Description=PulseAudio Sound Service
|
|
After=syslog.target local-fs.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.pulseaudio.Server
|
|
ExecStartPre=/bin/rm -rf /storage/.config/pulse/*
|
|
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm --enable-memfd --realtime
|
|
Restart=on-failure
|
|
Environment=PULSE_STATE_PATH=/storage/.config/pulse
|
|
Environment=PULSE_CONFIG_PATH=/storage/.config/pulse
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|