mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
PS2: Actually enable SSL support
This commit is contained in:
parent
572c1ad775
commit
ad2b28cba0
2 changed files with 3 additions and 2 deletions
4
.github/workflows/build_saturn.yml
vendored
4
.github/workflows/build_saturn.yml
vendored
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue