diff options
Diffstat (limited to 'macosx/PluginList.m')
| -rwxr-xr-x | macosx/PluginList.m | 2 |
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]]; |
