summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-22 22:59:56 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-22 22:59:56 +0000
commit5a29c04f291e9eb2f93fafb90ee2d7368b5627b9 (patch)
tree8aa1e9d275778ed43d435749e91e7030e84bae4e /macosx/ConfigurationController.h
parent32f0cfc0e047e2f5762357327d45bc7c823f29aa (diff)
downloadpcsxr-5a29c04f291e9eb2f93fafb90ee2d7368b5627b9.tar.gz
Modify the Memory Object class a little bit. Some minor changes.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85493 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/ConfigurationController.h')
-rwxr-xr-xmacosx/ConfigurationController.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h
index 2e88f445..e55cfb0a 100755
--- a/macosx/ConfigurationController.h
+++ b/macosx/ConfigurationController.h
@@ -11,12 +11,12 @@ extern NSString *memChangeNotifier;
@interface ConfigurationController : NSWindowController
{
- IBOutlet PluginController *cdromPlugin;
- IBOutlet PluginController *graphicsPlugin;
- IBOutlet PluginController *padPlugin;
- IBOutlet PluginController *soundPlugin;
+ IBOutlet PluginController *cdromPlugin;
+ IBOutlet PluginController *graphicsPlugin;
+ IBOutlet PluginController *padPlugin;
+ IBOutlet PluginController *soundPlugin;
IBOutlet PluginController *netPlugin;
-
+
IBOutlet id noXaAudioCell;
IBOutlet id sioIrqAlwaysCell;
IBOutlet id bwMdecCell;
@@ -32,14 +32,14 @@ extern NSString *memChangeNotifier;
IBOutlet id noFastBootCell;
IBOutlet id enableNetPlayCell;
IBOutlet id widescreen;
-
- // Hotkeys
- IBOutlet HotkeyController *hkController;
- IBOutlet NSTabViewItem *hkTab;
-
+
+ // Hotkeys
+ IBOutlet HotkeyController *hkController;
+ IBOutlet NSTabViewItem *hkTab;
+
IBOutlet NSTextField *mcd1Label;
IBOutlet NSTextField *mcd2Label;
-
+
PcsxrMemCardController *memCardEdit;
NSMutableDictionary *checkBoxDefaults;