We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e031c7 + d877a81 commit f28351dCopy full SHA for f28351d
scriptmodules/emulators/redream.sh
@@ -14,10 +14,14 @@ rp_module_desc="Redream Dreamcast emulator"
14
rp_module_help="ROM Extensions: .cdi .cue .chd .gdi .iso\n\nCopy your Dreamcast roms to $romdir/dreamcast"
15
rp_module_licence="PROP"
16
rp_module_section="exp"
17
-rp_module_flags="noinstclean !all gles31 aarch64"
+rp_module_flags="noinstclean !all gles31 aarch64 x86_64"
18
19
function __binary_url_redream() {
20
- echo "https://redream.io/download/redream.universal-raspberry-linux-latest.tar.gz"
+ local platf="universal-raspberry"
21
+ isPlatform "x86_64" && platf="x86_64"
22
+ local url="https://redream.io/download/redream.${platf}-linux-latest.tar.gz"
23
+
24
+ echo "$url"
25
}
26
27
function install_bin_redream() {
0 commit comments