summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-06 04:48:53 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-06 04:48:53 +0000
commitc5017013517e053f43acbdae524026a8b496cb94 (patch)
tree057349f06e123590254e37b0fc4811abd6f410a1 /macosx/PcsxrMemCardController.h
parentfda7db4491a0c1620afcd50d7f53985442c6e856 (diff)
downloadpcsxr-c5017013517e053f43acbdae524026a8b496cb94.tar.gz
Moving the memory card manager to the preferences window.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85870 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemCardController.h')
-rwxr-xr-xmacosx/PcsxrMemCardController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrMemCardController.h b/macosx/PcsxrMemCardController.h
index 6bd296c2..8e92de95 100755
--- a/macosx/PcsxrMemCardController.h
+++ b/macosx/PcsxrMemCardController.h
@@ -8,7 +8,7 @@
#import <Cocoa/Cocoa.h>
-@interface PcsxrMemCardController : NSWindowController <NSWindowDelegate>
+@interface PcsxrMemCardController : NSViewController
{
IBOutlet NSCollectionView *memCard1view;
IBOutlet NSCollectionView *memCard2view;