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.
1 parent ecae82c commit f23393fCopy full SHA for f23393f
scriptmodules/emulators/amiberry.sh
@@ -15,7 +15,7 @@ rp_module_help="ROM Extension: .adf .chd .ipf .lha .zip\n\nCopy your Amiga games
15
rp_module_licence="GPL3 https://raw.githubusercontent.com/BlitterStudio/amiberry/master/LICENSE"
16
rp_module_repo="git https://github.com/BlitterStudio/amiberry :_get_branch_amiberry"
17
rp_module_section="opt"
18
-rp_module_flags="!all arm rpi3 rpi4 rpi5"
+rp_module_flags=""
19
20
function _update_hook_amiberry() {
21
local rom
@@ -50,6 +50,8 @@ function _get_platform_amiberry() {
50
platform="tinker"
51
elif isPlatform "vero4k"; then
52
platform="vero4k"
53
+ elif isPlatform "x86"; then
54
+ platform="x86-64"
55
fi
56
echo "$platform"
57
}
0 commit comments