diff options
Diffstat (limited to 'macosx/PcsxrPlugin.m')
| -rw-r--r-- | macosx/PcsxrPlugin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrPlugin.m b/macosx/PcsxrPlugin.m index f286d99b..b1d5a8e6 100644 --- a/macosx/PcsxrPlugin.m +++ b/macosx/PcsxrPlugin.m @@ -35,7 +35,7 @@ case PSE_LT_SPU: case PSE_LT_PAD: case PSE_LT_NET: - [NSString stringWithFormat:@"Plugin%@", [PcsxrPlugin prefixForType:aType]]; + return [NSString stringWithFormat:@"Plugin%@", [PcsxrPlugin prefixForType:aType]]; break; default: return @""; |
