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:
parent
263d951ca9
commit
ae84c4a618
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue