Skip to content

Commit 527a956

Browse files
authored
Merge pull request #3504 from mrcmunir/patch-3
Update Redream to Universal arm (32/64bits)
2 parents 7eab271 + 904d4ee commit 527a956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/emulators/redream.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ rp_module_desc="Redream Dreamcast emulator"
1414
rp_module_help="ROM Extensions: .cdi .cue .chd .gdi .iso\n\nCopy your Dreamcast roms to $romdir/dreamcast"
1515
rp_module_licence="PROP"
1616
rp_module_section="exp"
17-
rp_module_flags="noinstclean !all rpi4 !aarch64"
17+
rp_module_flags="noinstclean !all gles31 aarch64"
1818

1919
function __binary_url_redream() {
20-
echo "https://redream.io/download/redream.aarch32-raspberry-linux-latest.tar.gz"
20+
echo "https://redream.io/download/redream.universal-raspberry-linux-latest.tar.gz"
2121
}
2222

2323
function install_bin_redream() {

0 commit comments

Comments
 (0)