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:
parent
ed911cbcfe
commit
3bdd1e63db
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue