summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-30 02:17:17 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-30 02:17:17 +0000
commit6ddb90bd884bf64b2c24011460085ec186b4c6e7 (patch)
tree9f5ccccda7384c67ab08518d8023fb1057325dff /macosx/plugins/DFSound/macsrc
parentebafaceb5b5d75b102474ab49e7489fd68cb71d7 (diff)
downloadpcsxr-6ddb90bd884bf64b2c24011460085ec186b4c6e7.tar.gz
Better prefs managing on the main app.
Moving a few things around on the Mac side of the plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87025 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/macsrc')
-rw-r--r--macosx/plugins/DFSound/macsrc/SPUPluginController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFSound/macsrc/SPUPluginController.h b/macosx/plugins/DFSound/macsrc/SPUPluginController.h
index 53b64aec..c826e58f 100644
--- a/macosx/plugins/DFSound/macsrc/SPUPluginController.h
+++ b/macosx/plugins/DFSound/macsrc/SPUPluginController.h
@@ -17,8 +17,8 @@
IBOutlet NSCell *irqWaitBox;
IBOutlet NSCell *monoSoundBox;
IBOutlet NamedSlider *reverbValue;
- IBOutlet NSControl *xaEnableBox;
- IBOutlet NSControl *xaSpeedBox;
+ IBOutlet NSCell *xaEnableBox;
+ IBOutlet NSCell *xaSpeedBox;
IBOutlet NamedSlider *volumeValue;
NSMutableDictionary *keyValues;