mirror of
https://github.com/libretro/FreeIntv.git
synced 2024-11-23 16:39:57 +00:00
commit
9244fd8a4f
8
.github/workflows/compilation.yml
vendored
8
.github/workflows/compilation.yml
vendored
@ -11,11 +11,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: ps2dev/ps2dev:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apk add build-base git bash
|
||||
apk add build-base git zip
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
git fetch --prune --unshallow
|
||||
|
||||
- name: Compile project
|
||||
run: |
|
||||
|
2
Makefile
2
Makefile
@ -286,7 +286,7 @@ else ifeq ($(platform), ps2)
|
||||
TARGET := $(TARGET_NAME)_libretro_$(platform).a
|
||||
CC = ee-gcc
|
||||
AR = ee-ar
|
||||
CFLAGS += -G0 -DABGR1555
|
||||
CFLAGS += -G0 -DABGR1555 -DPS2
|
||||
STATIC_LINKING=1
|
||||
|
||||
# Playstation PSP
|
||||
|
@ -165,7 +165,7 @@ typedef struct
|
||||
# define PRI_SIZET "u"
|
||||
# endif
|
||||
# endif
|
||||
#elif PS2
|
||||
#elif defined(PS2)
|
||||
# define PRI_SIZET "u"
|
||||
#else
|
||||
# if (SIZE_MAX == 0xFFFF)
|
||||
|
Loading…
Reference in New Issue
Block a user