Skip to content

Commit 0701f00

Browse files
committed
mupen64plus: enable GLideN64 plugin option EnableInaccurateTextureCoordinates for rpi. Massively improves framerate at cost of accuracy
1 parent 461af66 commit 0701f00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scriptmodules/emulators/mupen64plus.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ function configure_mupen64plus() {
358358
iniSet "BufferSwapMode" "2"
359359
# Disable hybrid upscaling filter (needs better GPU)
360360
iniSet "EnableHybridFilter" "False"
361+
# Use fast but less accurate shaders. Can help with low-end GPUs.
362+
iniSet "EnableInaccurateTextureCoordinates" "True"
361363

362364
if isPlatform "videocore"; then
363365
# Disable gles2n64 autores feature and use dispmanx upscaling

0 commit comments

Comments
 (0)