summaryrefslogtreecommitdiff
path: root/libpcsxcore/plugins.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-10 12:53:43 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-06-10 12:53:43 +0000
commit1ca5686e1587d754f8f97c369b717679c95876a1 (patch)
tree6da93d7f5c4421f7b5569528b37aa2d24eb66ac7 /libpcsxcore/plugins.c
parent10eac4b4928e7dd9f79de454641889f2a0b77250 (diff)
downloadpcsxr-1ca5686e1587d754f8f97c369b717679c95876a1.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23678 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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; }