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
a9bac4c2
Commit
a9bac4c2
authored
Dec 20, 2020
by
Libretro-Admin
Browse files
Update
parent
84226261
Pipeline
#7390
passed with stages
in 5 minutes and 7 seconds
Changes
3
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a9bac4c2
...
...
@@ -123,26 +123,6 @@ else ifeq ($(platform),qnx)
CC
=
qcc
-Vgcc_ntoarmv7le
CXX
=
QCC
-Vgcc_ntoarmv7le_cpp
# PS3
else
ifeq
($(platform),ps3)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
CC
=
$(CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-gcc.exe
CXX
=
$(CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-g++.exe
AR
=
$(CELL_SDK)
/host-win32/ppu/bin/ppu-lv2-ar.exe
FLAGS
+=
-DMSB_FIRST
STATIC_LINKING
:=
1
LIBS
:=
# sncps3
else
ifeq
($(platform), sncps3)
TARGET
:=
$(TARGET_NAME)
_libretro_ps3.a
CC
=
$(CELL_SDK)
/host-win32/sn/bin/ps3ppusnc.exe
CXX
=
$(CELL_SDK)
/host-win32/sn/bin/ps3ppusnc.exe
AR
=
$(CELL_SDK)
/host-win32/sn/bin/ps3snarl.exe
FLAGS
+=
-DMSB_FIRST
STATIC_LINKING
:=
1
LIBS
:=
# PS2
else
ifeq
($(platform),ps2)
TARGET
:=
$(TARGET_NAME)
_libretro_
$(platform)
.a
...
...
deps/zlib-1.2.8/contrib/minizip/ioapi.c
View file @
a9bac4c2
...
...
@@ -15,7 +15,7 @@
#endif
#if defined(__APPLE__) || defined(IOAPI_NO_64)
#if defined(__
CELLOS_LV2
__) || defined(_MSC_VER) && _MSC_VER <= 1310
#if defined(__
PS3
__) || defined(_MSC_VER) && _MSC_VER <= 1310
#define FOPEN_FUNC(filename, mode) fopen(filename, mode)
#define FTELLO_FUNC(stream) ftell(stream)
#define FSEEKO_FUNC(stream, offset, origin) fseek(stream, offset, origin)
...
...
libretro/libretro.h
View file @
a9bac4c2
...
...
@@ -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