Skip to content

Commit

Permalink
Mupen64Plus: Update config version
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo98 committed Feb 24, 2017
1 parent 8fe89b8 commit e2e74b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scriptmodules/emulators/mupen64plus.sh
Expand Up @@ -192,7 +192,7 @@ function configure_mupen64plus() {
echo "[Video-GLideN64]" >> "$config"
fi
# Settings version. Don't touch it.
iniSet "configVersion" "16"
iniSet "configVersion" "17"
# Bilinear filtering mode (0=N64 3point, 1=standard)
iniSet "bilinearMode" "1"
# Size of texture cache in megabytes. Good value is VRAM*3/4
Expand Down
2 changes: 1 addition & 1 deletion scriptmodules/emulators/mupen64plus/mupen64plus.sh
Expand Up @@ -230,7 +230,7 @@ function testCompatibility() {
fi
iniConfig " = " "" "$config"
# Settings version. Don't touch it.
iniSet "configVersion" "16"
iniSet "configVersion" "17"
# Enable FBEmulation if necessary
iniSet "EnableFBEmulation" "False"
for game in "${GLideN64FBEMU_whitelist[@]}"; do
Expand Down

0 comments on commit e2e74b7

Please sign in to comment.