Skip to content

Commit 170102b

Browse files
committed
LIBRETRO: BUILD: fix ps1 build
1 parent 814915a commit 170102b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/platform/libretro/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ else ifneq (,$(filter $(platform), ps3 psl1ght))
169169
DEFINES := -DPLAYSTATION3 -D__PS3__ -DRETRO_IS_BIG_ENDIAN=1 -DRETRO_IS_LITTLE_ENDIAN=0 -DWORDS_BIGENDIAN=1 -mcpu=cell -mno-fp-in-toc -I$(PS3DEV)/ppu/include
170170
ifeq ($(platform), psl1ght)
171171
DEFINES += -D__PSL1GHT__
172+
CFLAGS += -mvsx -mvsx-timode
173+
CXXFLAGS += -mvsx -mvsx-timode
172174
HAVE_OPENGL := 1
173175
endif
174176
STATIC_LINKING = 1

0 commit comments

Comments
 (0)