File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ rp_module_help="ROM Extension: .adf .chd .ipf .lha .zip\n\nCopy your Amiga games
15
15
rp_module_licence=" GPL3 https://raw.githubusercontent.com/BlitterStudio/amiberry/master/LICENSE"
16
16
rp_module_repo=" git https://github.com/BlitterStudio/amiberry :_get_branch_amiberry"
17
17
rp_module_section=" opt"
18
- rp_module_flags=" !all arm rpi3 rpi4 rpi5"
18
+ rp_module_flags=" !all arm rpi3 rpi4 rpi5 x86 "
19
19
20
20
function _update_hook_amiberry() {
21
21
local rom
@@ -31,6 +31,8 @@ function _update_hook_amiberry() {
31
31
function _get_branch_amiberry() {
32
32
if isPlatform " dispmanx" ; then
33
33
echo " v5.7.1"
34
+ elif isPlatform " x86" ; then
35
+ echo " v6.3.3"
34
36
else
35
37
echo " v5.7.2"
36
38
fi
@@ -50,6 +52,8 @@ function _get_platform_amiberry() {
50
52
platform=" tinker"
51
53
elif isPlatform " vero4k" ; then
52
54
platform=" vero4k"
55
+ elif isPlatform " x86" ; then
56
+ platform=" x86-64"
53
57
fi
54
58
echo " $platform "
55
59
}
You can’t perform that action at this time.
0 commit comments