From 0f8e66e194b903763b6c580599eb47c11f154bdd Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 19:46:07 +0000 Subject: OS X: Move away from ivars in headers, beginning with the main app. Also have NSString properties be declared with copy, as recommended by Apple. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92226 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/ConfigurationController.m | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'macosx/Source/ConfigurationController.m') diff --git a/macosx/Source/ConfigurationController.m b/macosx/Source/ConfigurationController.m index c2e65a4a..c7b63335 100644 --- a/macosx/Source/ConfigurationController.m +++ b/macosx/Source/ConfigurationController.m @@ -32,6 +32,15 @@ NSString *const memCardChangeNumberKey = @"PcsxrMemoryCardThatChangedKey"; @synthesize vSyncWAFixCell; @synthesize vTypePALCell; @synthesize widescreen; +@synthesize cdromPlugin; +@synthesize graphicsPlugin; +@synthesize padPlugin; +@synthesize soundPlugin; +@synthesize netPlugin; +@synthesize sio1Plugin; +@synthesize memCardEdit; +@synthesize hkController; +@synthesize hkTab; + (void)setMemoryCard:(NSInteger)theCard toURL:(NSURL *)theURL; { -- cgit v1.2.3