File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
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/midwan/amiberry/master/COPYING"
16
16
rp_module_repo=" git https://github.com/midwan/amiberry v5.1"
17
17
rp_module_section=" opt"
18
- rp_module_flags=" !all arm"
18
+ rp_module_flags=" !all arm rpi3 rpi4 "
19
19
20
20
function _update_hook_amiberry() {
21
21
local rom
@@ -29,7 +29,9 @@ function _update_hook_amiberry() {
29
29
30
30
function _get_platform_amiberry() {
31
31
local platform=" $__platform -sdl2"
32
- if isPlatform " dispmanx" ; then
32
+ if isPlatform " aarch64" && isPlatform " rpi" ; then
33
+ platform=" $__platform -64-sdl2"
34
+ elif isPlatform " dispmanx" ; then
33
35
platform=" $__platform "
34
36
elif isPlatform " odroid-xu" ; then
35
37
platform=" xu4"
You can’t perform that action at this time.
0 commit comments