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 f23393f commit f91b9edCopy full SHA for f91b9ed
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=""
+rp_module_flags="!all arm rpi3 rpi4 rpi5 x86"
19
20
function _update_hook_amiberry() {
21
local rom
@@ -31,6 +31,8 @@ function _update_hook_amiberry() {
31
function _get_branch_amiberry() {
32
if isPlatform "dispmanx"; then
33
echo "v5.7.1"
34
+ elif isPlatform "x86"; then
35
+ echo "v6.3.3"
36
else
37
echo "v5.7.2"
38
fi
0 commit comments