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
libretro-2048
Commits
89755cde
Commit
89755cde
authored
Dec 19, 2020
by
Libretro-Admin
Browse files
Update
parent
70f513b7
Pipeline
#6249
passed with stages
in 8 minutes and 34 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
89755cde
...
...
@@ -144,26 +144,6 @@ else ifeq ($(platform), emscripten)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.
$(EXT)
STATIC_LINKING
=
1
# PS3
else
ifeq
($(platform), ps3)
EXT
=
a
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.
$(EXT)
CC
=
$(CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-gcc.exe
CC_AS
=
$(CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-gcc.exe
AR
=
$(CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-ar.exe
PLATFORM_DEFINES
:=
-D__CELLOS_LV2__
STATIC_LINKING
=
1
# sncps3
else
ifeq
($(platform), sncps3)
EXT
=
a
TARGET
:=
$(TARGET_NAME)
_libretro_ps3.
$(EXT)
CC
=
$(CELL_SDK)
/host-win32/sn/bin/ps3ppusnc.exe
CC_AS
=
$(CELL_SDK)
/host-win32/sn/bin/ps3ppusnc.exe
AR
=
$(CELL_SDK)
/host-win32/sn/bin/ps3snarl.exe
PLATFORM_DEFINES
:=
-D__CELLOS_LV2__
STATIC_LINKING
=
1
# Lightweight PS3 Homebrew SDK
else
ifeq
($(platform), psl1ght)
EXT
=
a
...
...
@@ -171,7 +151,7 @@ else ifeq ($(platform), psl1ght)
CC
=
$(PS3DEV)
/ppu/bin/ppu-gcc
$(EXE_EXT)
CC_AS
=
$(PS3DEV)
/ppu/bin/ppu-gcc
$(EXE_EXT)
AR
=
$(PS3DEV)
/ppu/bin/ppu-ar
$(EXE_EXT)
PLATFORM_DEFINES
:=
-D__CELLOS_LV2__
PLATFORM_DEFINES
:=
STATIC_LINKING
=
1
# PS2
...
...
libretro.h
View file @
89755cde
...
...
@@ -69,7 +69,7 @@ extern "C" {
# endif
# endif
# else
# if defined(__GNUC__) && __GNUC__ >= 4
&& !defined(__CELLOS_LV2__)
# if defined(__GNUC__) && __GNUC__ >= 4
# define RETRO_API RETRO_CALLCONV __attribute__((__visibility__("default")))
# else
# define RETRO_API RETRO_CALLCONV
...
...
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