Update post-update
Added "default" value to audiolatency for falling back to RetroArch own setting.
This commit is contained in:
parent
e68b175a7f
commit
8414ef8945
1 changed files with 8 additions and 0 deletions
|
@ -119,3 +119,11 @@ then
|
|||
echo "Make sure weston is our default." >>${LOG}
|
||||
set_setting weston.startup "/usr/bin/start_es.sh"
|
||||
fi
|
||||
|
||||
# Set audiolatency to default.
|
||||
AUDIOLATENCY=$(get_setting system.audiolatency)
|
||||
if [ -z "${AUDIOLATENCY}" ]
|
||||
then
|
||||
echo "Set up audio latency..." >>${LOG}
|
||||
set_setting system.audiolatency default
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue