From ebafaceb5b5d75b102474ab49e7489fd68cb71d7 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 30 Aug 2013 00:18:10 +0000 Subject: Preference changes in OS X plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87024 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFCdrom/macsrc/PluginConfigController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/DFCdrom/macsrc') diff --git a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m index e36057c7..97249754 100755 --- a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m +++ b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m @@ -122,7 +122,7 @@ void ReadConfig() NSMutableDictionary *writeDic = [NSMutableDictionary dictionaryWithDictionary:keyValues]; - [writeDic setObject:@((BOOL)[Cached intValue]) forKey:@"Threaded"]; + [writeDic setObject:([Cached intValue] ? @YES : @NO) forKey:@"Threaded"]; [writeDic setObject:@([CacheSize intValue]) forKey:@"Cache Size"]; switch ([CdSpeed indexOfSelectedItem]) { -- cgit v1.2.3