Skip to content

Commit

Permalink
[PS2SDK]: Remove ps2_drivers from ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s committed Oct 2, 2024
1 parent 1edaad1 commit e18137d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ps2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ jobs:
apk update
apk add cmake gmp mpc1 mpfr4 ninja pkgconf make git
# To be removed once ps2_drivers is part of PS2DEV
- name: Install ps2_drivers lib
run: |
git clone https://github.com/fjtrujy/ps2_drivers.git
cd ps2_drivers
make -j $(getconf _NPROCESSORS_ONLN) clean
make -j $(getconf _NPROCESSORS_ONLN)
make -j $(getconf _NPROCESSORS_ONLN) install
- name: Configure (CMake)
run: |
cmake -S . -B build -G Ninja \
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2725,7 +2725,7 @@ elseif(PSP)
endif()

elseif(PS2)
list(APPEND EXTRA_CFLAGS "-DPS2" "-D__PS2__" "-I$ENV{PS2SDK}/ports/include" "-I$ENV{PS2DEV}/gsKit/include")
list(APPEND EXTRA_CFLAGS "-I$ENV{PS2DEV}/gsKit/include")

file(GLOB PS2_MAIN_SOURCES ${SDL2_SOURCE_DIR}/src/main/ps2/*.c)
set(SDLMAIN_SOURCES ${SDLMAIN_SOURCES} ${PS2_MAIN_SOURCES})
Expand Down

0 comments on commit e18137d

Please sign in to comment.