Skip to content

Commit

Permalink
emulation/libretro: add Rockchip support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo committed Nov 1, 2017
1 parent 967689c commit 4f038a0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/emulation/libretro-beetle-pcfx/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ make_target() {
imx6)
make platform=armv7-cortexa9-neon-hardfloat
;;
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2)
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2|Rockchip)
if [ "$TARGET_ARCH" = "aarch64" ]; then
make platform=aarch64
else
Expand Down
2 changes: 1 addition & 1 deletion packages/emulation/libretro-craft/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ make_target() {
imx6)
make -f Makefile.libretro platform=imx6
;;
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2)
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2|Rockchip)
if [ "$TARGET_ARCH" = "aarch64" ]; then
make -f Makefile.libretro platform=aarch64
else
Expand Down
2 changes: 1 addition & 1 deletion packages/emulation/libretro-mame2010/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ make_target() {
imx6)
make platform=armv7-neon-hardfloat-cortex-a9
;;
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2)
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2|Rockchip)
if [ "$TARGET_ARCH" = "aarch64" ]; then
make platform=aarch64
else
Expand Down
2 changes: 1 addition & 1 deletion packages/emulation/libretro-mame2014/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ make_target() {
imx6)
make platform=armv7-neon-hardfloat-cortex-a9
;;
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2)
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2|Rockchip)
if [ "$TARGET_ARCH" = "aarch64" ]; then
make platform=aarch64
else
Expand Down
2 changes: 1 addition & 1 deletion packages/emulation/libretro-mupen64plus/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ make_target() {
imx6)
make platform=imx6
;;
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2)
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2|Rockchip)
if [ "$TARGET_ARCH" = "aarch64" ]; then
make platform=aarch64
else
Expand Down
2 changes: 1 addition & 1 deletion packages/emulation/libretro-pcsx-rearmed/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ make_target() {
imx6)
make -f Makefile.libretro platform=armv7-neon-hardfloat-cortex-a9
;;
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2)
WeTek_Play|WeTek_Core|Odroid_C2|WeTek_Hub|WeTek_Play_2|Rockchip)
if [ "$TARGET_ARCH" = "aarch64" ]; then
make -f Makefile.libretro platform=aarch64
else
Expand Down

0 comments on commit 4f038a0

Please sign in to comment.