Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
prosystem-libretro
Commits
fbf62c3d
Unverified
Commit
fbf62c3d
authored
Feb 28, 2022
by
crystalct
Committed by
GitHub
Feb 28, 2022
Browse files
PS3/PSL1GHT build fix (#67)
parent
89e6df7b
Pipeline
#117869
passed with stages
in 7 minutes and 36 seconds
Changes
2
Pipelines
130
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fbf62c3d
...
...
@@ -138,13 +138,16 @@ else ifeq ($(platform), qnx)
CC
=
qcc
-Vgcc_ntoarmv7le
# Lightweight PS3 Homebrew SDK
else
ifeq
($(platform), psl1ght)
else
if
n
eq
(
,$(filter
$(platform),
ps3
psl1ght)
)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
$(PS3DEV)
/ppu/bin/ppu-gcc
$(EXE_EXT)
AR
=
$(PS3DEV)
/ppu/bin/ppu-ar
$(EXE_EXT)
CC
=
$(PS3DEV)
/ppu/bin/ppu-
$(COMMONLV)
gcc
$(EXE_EXT)
AR
=
$(PS3DEV)
/ppu/bin/ppu-
$(COMMONLV)
ar
$(EXE_EXT)
STATIC_LINKING
=
1
FLAGS
+=
-DMSB_FIRST
FLAGS
+=
-DMSB_FIRST
-D__PS3__
OLD_GCC
=
1
ifeq
($(platform), psl1ght)
FLAGS
+=
-D__PSL1GHT__
endif
# Nintendo Game Cube
else
ifeq
($(platform), ngc)
...
...
libretro-common/include/defines/ps3_defines.h
0 → 100644
View file @
fbf62c3d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment