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
RACE
Commits
1188bb4e
Commit
1188bb4e
authored
Dec 29, 2019
by
Francisco Javier Trujillo Mata
Committed by
fjtrujy
Jul 16, 2020
Browse files
ps2 support
parent
7ad60734
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1188bb4e
...
...
@@ -143,6 +143,20 @@ else ifeq ($(platform), sncps3)
STATIC_LINKING
:=
1
LIBS
:=
# PS2
else
ifeq
($(platform),ps2)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
ee-gcc
$(EXE_EXT)
CXX
=
ee-g++
$(EXE_EXT)
AR
=
ee-ar
$(EXE_EXT)
FLAGS
+=
-DPS2
-G0
-I
$(PS2SDK)
/ports/include
FLAGS
+=
-Wall
FLAGS
+=
-fomit-frame-pointer
-ffast-math
FLAGS
+=
-fno-unwind-tables
-fno-asynchronous-unwind-tables
FLAGS
+=
-fno-optimize-sibling-calls
STATIC_LINKING
:=
1
LIBS
:=
# PSP
else
ifeq
($(platform),psp1)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
...
...
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