mirror of
https://github.com/RetroPie/RetroPie-Setup.git
synced 2025-04-02 10:51:41 -04:00
redream.sh: add for x86_64 builds.
This commit is contained in:
parent
0e031c7287
commit
d877a8189a
1 changed files with 6 additions and 2 deletions
|
@ -14,10 +14,14 @@ rp_module_desc="Redream Dreamcast emulator"
|
||||||
rp_module_help="ROM Extensions: .cdi .cue .chd .gdi .iso\n\nCopy your Dreamcast roms to $romdir/dreamcast"
|
rp_module_help="ROM Extensions: .cdi .cue .chd .gdi .iso\n\nCopy your Dreamcast roms to $romdir/dreamcast"
|
||||||
rp_module_licence="PROP"
|
rp_module_licence="PROP"
|
||||||
rp_module_section="exp"
|
rp_module_section="exp"
|
||||||
rp_module_flags="noinstclean !all gles31 aarch64"
|
rp_module_flags="noinstclean !all gles31 aarch64 x86_64"
|
||||||
|
|
||||||
function __binary_url_redream() {
|
function __binary_url_redream() {
|
||||||
echo "https://redream.io/download/redream.universal-raspberry-linux-latest.tar.gz"
|
local platf="universal-raspberry"
|
||||||
|
isPlatform "x86_64" && platf="x86_64"
|
||||||
|
local url="https://redream.io/download/redream.${platf}-linux-latest.tar.gz"
|
||||||
|
|
||||||
|
echo "$url"
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_bin_redream() {
|
function install_bin_redream() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue