summaryrefslogtreecommitdiff
path: root/macosx/PluginList.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PluginList.m')
-rwxr-xr-xmacosx/PluginList.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PluginList.m b/macosx/PluginList.m
index 56dc087b..944a3c6c 100755
--- a/macosx/PluginList.m
+++ b/macosx/PluginList.m
@@ -130,7 +130,7 @@ const static int typeList[] = {PSE_LT_GPU, PSE_LT_SPU, PSE_LT_CDR, PSE_LT_PAD, P
// check the we have the needed plugins
missingPlugins = NO;
- for (i=0; i < sizeof(*typeList); i++) {
+ for (i=0; i < 4 /*sizeof(*typeList)*/; i++) {
PcsxrPlugin *plugin = [self activePluginForType:typeList[i]];
if (nil == plugin) {
NSArray *list = [self pluginsForType:typeList[i]];