Skip to content

Commit 904d4ee

Browse files
authored
Update Redream to Universal arm (32/64bits)
Hello As you know, a zip build has been released about 5 days that in same link for arm32-bit and arm64 64-bit. It doesn't change much else since the Redream script takes care of loading aarch32.elf or aarch64.elf if you are under 32bits or 64bits. Only supported on boards the GPU driver can run context opengl 3.1 up to 4.5 (some extensions optional) or Opengl es 3.1 context.
1 parent 2d07a99 commit 904d4ee

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)