Merge pull request #1266 from fewtarius/dev

Clean quirks so they are always installed, and fix OGU audio sometime…
This commit is contained in:
fewtarius 2023-04-07 07:52:54 -04:00 committed by GitHub
commit 8d8ebdfa39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
# Define package sets to clean based on the type of build being executed.
# This should be updated to be more dynamic in the future.
CLEAN_OS_DEEP="system-utils busybox linux grub u-boot SDL2 retroarch mesa"
CLEAN_OS_BASE="initramfs modules autostart splash jelos"
CLEAN_OS_BASE="initramfs modules quirks autostart splash jelos"
CLEAN_EMU_TOOLS="gamecontrollerdb"
CLEAN_EMU_32BIT="lib32 box86 flycast-lr pcsx_rearmed-lr"

View file

@ -314,5 +314,5 @@ state.Ultra {
}
EOF
alsactl init && alsactl --file /storage/.config/asound.state restore
alsactl init && alsactl -U --file /storage/.config/asound.state restore
fi