Update setsettings.sh
Corrected the audiolatency test expressions with double square brackets.
This commit is contained in:
parent
4312386965
commit
9f60de74eb
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ fi
|
|||
## Audiolatency
|
||||
# Get configuration from system.cfg and set to retroarch.cfg
|
||||
get_game_setting "audiolatency"
|
||||
if [ "${EES}" =~ ^[0-9]+$ ] && [ "${EES}" -gt "0" ]; then
|
||||
if [[ "${EES}" =~ ^[0-9]+$ ]] && [[ "${EES}" -gt "0" ]]; then
|
||||
echo "audio_latency = \"${EES}\"" >> ${RAAPPENDCONF}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue