Skip to content

Commit cdc4dbb

Browse files
authored
Merge pull request #3471 from s1eve-mcdichae1/mupen64plus-gles2rice
Fix gles2rice plugin entry.
2 parents b2a2994 + 0353004 commit cdc4dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/mupen64plus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function configure_mupen64plus() {
266266
addEmulator 0 "${md_id}-GLideN64-highres" "n64" "$md_inst/bin/mupen64plus.sh mupen64plus-video-GLideN64 %ROM% $res 0 --set Video-GLideN64[UseNativeResolutionFactor]\=2"
267267
addEmulator 0 "${md_id}-gles2n64" "n64" "$md_inst/bin/mupen64plus.sh mupen64plus-video-n64 %ROM%"
268268
if isPlatform "32bit"; then
269-
addEmulator 0 "${md_id}-gles2rice$name" "n64" "$md_inst/bin/mupen64plus.sh mupen64plus-video-rice %ROM% $res"
269+
addEmulator 0 "${md_id}-gles2rice" "n64" "$md_inst/bin/mupen64plus.sh mupen64plus-video-rice %ROM% $res"
270270
fi
271271
else
272272
for res in "${resolutions[@]}"; do

0 commit comments

Comments
 (0)