aboutsummaryrefslogtreecommitdiff
path: root/libretro-common
diff options
context:
space:
mode:
authortwinaphex2020-12-19 22:57:49 +0100
committertwinaphex2020-12-19 22:57:49 +0100
commite007af22a60de6fac7df11f6ea8c3ef1a1d6ac24 (patch)
tree01a722496f5dd02304140e0fd96c391c50e98d74 /libretro-common
parent4bc5e3507d00a20344ad3fbf2571b66e9a8640ea (diff)
downloadpcsx_rearmed-e007af22a60de6fac7df11f6ea8c3ef1a1d6ac24.tar.gz
pcsx_rearmed-e007af22a60de6fac7df11f6ea8c3ef1a1d6ac24.tar.bz2
pcsx_rearmed-e007af22a60de6fac7df11f6ea8c3ef1a1d6ac24.zip
Update
Diffstat (limited to 'libretro-common')
-rw-r--r--libretro-common/include/libretro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h
index 20b4cd2..833dfed 100644
--- a/libretro-common/include/libretro.h
+++ b/libretro-common/include/libretro.h
@@ -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