hopefully fixed the new es_features rsp selector, testing to see if legacy blending will work around the mesa issue

This commit is contained in:
Nicholas Ricciuti 2022-11-13 21:44:06 -05:00
parent 263d951ca9
commit ae84c4a618
No known key found for this signature in database
GPG key ID: CBB28CCF1964C6D1

View file

@ -106,9 +106,9 @@ fi
# RSP
RSP=$(get_setting rsp_plugin)
if [ "${RSP}" == "default" ] || [ "${RSP}" == "hle" ]; then
SET_PARAMS="$SET_PARAMS --set UI-Console[RspPlugin]=\"mupen64plus-rsp-hle.so\" "
SET_PARAMS="$SET_PARAMS --set UI-Console[RspPlugin]=mupen64plus-rsp-hle.so"
else
SET_PARAMS="$SET_PARAMS --set UI-Console[RspPlugin]=\"mupen64plus-rsp-cxd4.so\" "
SET_PARAMS="$SET_PARAMS --set UI-Console[RspPlugin]=mupen64plus-rsp-cxd4.so"
fi
echo ${SET_PARAMS}