Attempt to show FPS for all video plugins in mupen64plus-sa.

These doesn't seem to be enough, at least not in RK3566-X55.

Not sure if these settings still work in upstream mupen, but as long as
they still exist we should probably set them.  If someone wants to debug
why they don't work in JELOS, it's one less thing to fix.
This commit is contained in:
littleguy77 2023-09-10 20:08:02 -04:00
parent ed911cbcfe
commit 3bdd1e63db

View file

@ -115,14 +115,14 @@ if [ "${FPS}" = "true" ]; then
export LIBGL_SHOW_FPS="1"
export GALLIUM_HUD="cpu+GPU-load+fps"
SET_PARAMS+=" --set Video-GLideN64[ShowFPS]=True"
#SET_PARAMS+=" --set Video-Glide64mk2[show_fps]=1"
#SET_PARAMS+=" --set Video-Rice[ShowFPS]=True"
SET_PARAMS+=" --set Video-Glide64mk2[show_fps]=1"
SET_PARAMS+=" --set Video-Rice[ShowFPS]=True"
else
export LIBGL_SHOW_FPS="0"
export GALLIUM_HUD="off"
SET_PARAMS+=" --set Video-GLideN64[ShowFPS]=False"
#SET_PARAMS+=" --set Video-Glide64mk2[show_fps]=0"
#SET_PARAMS+=" --set Video-Rice[ShowFPS]=False"
SET_PARAMS+=" --set Video-Glide64mk2[show_fps]=0"
SET_PARAMS+=" --set Video-Rice[ShowFPS]=False"
fi
# Set the video plugin