Skip to content

Commit d62d219

Browse files
Merge pull request #48 from cscd98/master
Fix compilation on webOS, add to CI
2 parents 399bded + 289af31 commit d62d219

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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
101107
stages:
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

bsnes/gb/Core/gb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#define _GNU_SOURCE
12
#include <stdio.h>
23
#include <stdbool.h>
34
#include <stdlib.h>

0 commit comments

Comments
 (0)