diff --git a/Ample/Ample.m b/Ample/Ample.m index f1b2c1f..f5a2ee8 100644 --- a/Ample/Ample.m +++ b/Ample/Ample.m @@ -42,7 +42,7 @@ NSURL *MameURL(void) { if ([defaults boolForKey: kUseCustomMame]) { NSString *path = [defaults stringForKey: kMamePath]; - if (![path length]) return [NSURL fileURLWithPath: path]; + if ([path length]) return [NSURL fileURLWithPath: path]; } return [bundle URLForAuxiliaryExecutable: @"mame64"];