We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461af66 commit 0701f00Copy full SHA for 0701f00
scriptmodules/emulators/mupen64plus.sh
@@ -358,6 +358,8 @@ function configure_mupen64plus() {
358
iniSet "BufferSwapMode" "2"
359
# Disable hybrid upscaling filter (needs better GPU)
360
iniSet "EnableHybridFilter" "False"
361
+ # Use fast but less accurate shaders. Can help with low-end GPUs.
362
+ iniSet "EnableInaccurateTextureCoordinates" "True"
363
364
if isPlatform "videocore"; then
365
# Disable gles2n64 autores feature and use dispmanx upscaling
0 commit comments