Add Ps2 Support

This commit is contained in:
Francisco Javier Trujillo Mata
2021-02-07 21:03:24 +01:00
parent 2f077a6e3a
commit c684af3563
6 changed files with 99 additions and 3 deletions
+11 -1
View File
@@ -62,7 +62,11 @@ include:
# Nintendo Switch
- project: 'libretro-infrastructure/ci-templates'
file: '/libnx-static.yml'
# PlayStation 2
- project: 'libretro-infrastructure/ci-templates'
file: '/ps2-static.yml'
# PlayStation Portable
- project: 'libretro-infrastructure/ci-templates'
file: '/psp-static.yml'
@@ -140,6 +144,12 @@ android-x86:
- .core-defs
################################### CONSOLES #################################
# PlayStation 2
libretro-build-ps2:
extends:
- .libretro-ps2-static-retroarch-master
- .core-defs
# PlayStation Portable
libretro-build-psp:
extends: