Skip to content

Commit

Permalink
Merge pull request #1828 from danboid/master
Browse files Browse the repository at this point in the history
Use the open source ps2dev compilers for Sony PS2
  • Loading branch information
fpscan authored Sep 29, 2024
2 parents b548781 + 8b8fc7b commit fcca7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libretro-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ case "$platform" in
FORMAT_COMPILER_TARGET=ps2
FORMAT_COMPILER_TARGET_ALT=ps2

CC="ee-gcc${BINARY_EXT}"
CXX="ee-g++${BINARY_EXT}"
CC="mips64r5900el-ps2-elf-gcc${BINARY_EXT}"
CXX="mips64r5900el-ps2-elf-g++${BINARY_EXT}"
;;

ctr)
Expand Down

0 comments on commit fcca7a1

Please sign in to comment.