Skip to content

Commit 0353004

Browse files
Fix gles2rice plugin entry.
This var is not set locally, it is inheriting wrong value "main packages" from ../admin/setup.sh#L380, resulting in: mupen64plus-gles2ricemain packages = "...
1 parent b2a2994 commit 0353004

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)