PS2: Actually enable SSL support

This commit is contained in:
UnknownShadow200 2024-07-09 07:58:39 +10:00
parent 572c1ad775
commit ad2b28cba0
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ijacquez/yaul
image: ijacquez/yaul:1.0.10
steps:
- uses: actions/checkout@v4
- name: Compile Saturn build
@ -48,4 +48,4 @@ jobs:
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'ClassiCube-saturn.cue'
DEST_NAME: 'ClassiCube-saturn.cue'
DEST_NAME: 'ClassiCube-saturn.cue'

View file

@ -370,6 +370,7 @@ typedef cc_uint8 cc_bool;
#define CC_BUILD_COOPTHREADED
#define CC_BUILD_OPENAL
#define CC_BUILD_HTTPCLIENT
#define CC_BUILD_BEARSSL
#define CC_BUILD_SPLITSCREEN
#elif defined PLAT_NDS
#define CC_BUILD_NDS