From ebc8e55d33f011d9c44a5c76f463c99950f0e973 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 2 Apr 2014 18:01:28 +0000 Subject: OS X: Stop the memory card images from animating when the preferences window closes. Other changes and improvements. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89782 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macosx/ConfigurationController.h') diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index b3e5e471..4406a7a2 100755 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -10,7 +10,7 @@ extern NSString *const memCardChangeNumberKey; @class PcsxrMemCardController; -@interface ConfigurationController : NSWindowController +@interface ConfigurationController : NSWindowController { IBOutlet PluginController *cdromPlugin; IBOutlet PluginController *graphicsPlugin; @@ -49,8 +49,8 @@ extern NSString *const memCardChangeNumberKey; + (void)setMemoryCard:(NSInteger)theCard toPath:(NSString *)theFile; + (void)setMemoryCard:(NSInteger)theCard toURL:(NSURL *)theURL; -+ (void)mcdNewClicked:(id)sender; -+ (void)mcdChangeClicked:(id)sender; +- (IBAction)mcdNewClicked:(id)sender; +- (IBAction)mcdChangeClicked:(id)sender; - (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem *)tabViewItem; -- cgit v1.2.3