summaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/plugins.c')
-rw-r--r--libpcsxcore/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/plugins.c b/libpcsxcore/plugins.c
index 574f07e4..c2a112e0 100644
--- a/libpcsxcore/plugins.c
+++ b/libpcsxcore/plugins.c
@@ -34,7 +34,7 @@ int cdOpenCase = 0;
#if defined (__MACOSX__)
#define LoadSym(dest, src, name, checkerr) \
- dest = (src) SysLoadSym(drv, "_" name); \
+ dest = (src) SysLoadSym(drv, name); \
if (checkerr == 0) { SysLibError(); /*clean error*/ } \
if (checkerr == 1) CheckErr(name); \
if (checkerr == 2) { err = SysLibError(); if (err != NULL) errval = 1; }