Skip to content

Commit

Permalink
Use the open source ps2dev compilers for Sony PS2
Browse files Browse the repository at this point in the history
  • Loading branch information
danboid committed Aug 7, 2024
1 parent e915350 commit 8b8fc7b
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 8b8fc7b

Please sign in to comment.