Skip to content

Commit

Permalink
Merge pull request #2778 from dankcushions/master
Browse files Browse the repository at this point in the history
ThreadedVideo = True for GLiden64
  • Loading branch information
joolswills committed Aug 12, 2019
2 parents 61371f9 + c8c7c57 commit 2a3870c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scriptmodules/emulators/mupen64plus.sh
Expand Up @@ -242,6 +242,8 @@ function configure_mupen64plus() {
iniSet "ShowFPS " "True"
iniSet "fontSize" "14"
iniSet "fontColor" "1F1F1F"
# Enable Threaded GL calls
iniSet "ThreadedVideo" "True"

# Disable gles2n64 autores feature and use dispmanx upscaling
iniConfig " = " "" "$md_conf_root/n64/gles2n64.conf"
Expand Down

0 comments on commit 2a3870c

Please sign in to comment.