Skip to content

Commit f23393f

Browse files
committed
Add Amiberry for x86 platforms as well
1 parent ecae82c commit f23393f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scriptmodules/emulators/amiberry.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rp_module_help="ROM Extension: .adf .chd .ipf .lha .zip\n\nCopy your Amiga games
1515
rp_module_licence="GPL3 https://raw.githubusercontent.com/BlitterStudio/amiberry/master/LICENSE"
1616
rp_module_repo="git https://github.com/BlitterStudio/amiberry :_get_branch_amiberry"
1717
rp_module_section="opt"
18-
rp_module_flags="!all arm rpi3 rpi4 rpi5"
18+
rp_module_flags=""
1919

2020
function _update_hook_amiberry() {
2121
local rom
@@ -50,6 +50,8 @@ function _get_platform_amiberry() {
5050
platform="tinker"
5151
elif isPlatform "vero4k"; then
5252
platform="vero4k"
53+
elif isPlatform "x86"; then
54+
platform="x86-64"
5355
fi
5456
echo "$platform"
5557
}

0 commit comments

Comments
 (0)