Fix setsettings bug
This commit is contained in:
parent
7fcadda38e
commit
4c05b2331e
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ function set_fps() {
|
|||
function set_cheevos() {
|
||||
local USE_CHEEVOS=$(game_setting "retroachievements")
|
||||
local CHECK_CHEEVOS="$(match "${PLATFORM}" "${HAS_CHEEVOS[@]}")"
|
||||
if [ "${USE_CHEEVOS}" = 1 ]& \
|
||||
if [ "${USE_CHEEVOS}" = 1 ] && \
|
||||
[ "${CHECK_CHEEVOS}" = 1 ]
|
||||
then
|
||||
add_setting "none" "cheevos_enable" "true"
|
||||
|
|
Loading…
Reference in a new issue