File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,12 @@ include:
9797 - project : ' libretro-infrastructure/ci-templates'
9898 file : ' /tvos-arm64.yml'
9999
100+ # ################################### MISC ##################################
101+
102+ # webOS 32-bit (LGTV)
103+ - project : ' libretro-infrastructure/ci-templates'
104+ file : ' /webos-make.yml'
105+
100106# Stages for building
101107stages :
102108 - build-prepare
@@ -211,3 +217,10 @@ libretro-build-libnx-aarch64:
211217 - mv retroarch_switch.nro ../${CORENAME}_libretro_libnx.nro
212218 - mv retroarch_switch.elf ../${CORENAME}_libretro_libnx.elf
213219 - cd ../
220+
221+ # ################################### MISC ####################################
222+ # webOS 32-bit
223+ libretro-build-webos-armv7a :
224+ extends :
225+ - .libretro-webos-armv7a-make-default
226+ - .core-defs
Original file line number Diff line number Diff line change 1+ #define _GNU_SOURCE
12#include <stdio.h>
23#include <stdbool.h>
34#include <stdlib.h>
You can’t perform that action at this time.
0 commit comments