From e306359cc457dfbe5200e6485596e9c9901aae19 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Tue, 22 Feb 2011 02:03:02 +0000 Subject: -dfsound (macosx): added volume adjustment/muting support. -peopsxgl (macosx): removed powerpc from deployment configuration as the plugin is not big-endian compatible. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63687 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFSound/macsrc/PluginController.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'macosx/plugins/DFSound/macsrc/PluginController.h') diff --git a/macosx/plugins/DFSound/macsrc/PluginController.h b/macosx/plugins/DFSound/macsrc/PluginController.h index 36373b1d..804108c5 100644 --- a/macosx/plugins/DFSound/macsrc/PluginController.h +++ b/macosx/plugins/DFSound/macsrc/PluginController.h @@ -18,8 +18,9 @@ void LoadConfiguration(); IBOutlet NetSfPeopsSPUPluginNamedSlider *reverbValue; IBOutlet NSControl *xaEnableBox; IBOutlet NSControl *xaSpeedBox; - - NSMutableDictionary *keyValues; + IBOutlet NetSfPeopsSPUPluginNamedSlider *volumeValue; + + NSMutableDictionary *keyValues; } - (IBAction)cancel:(id)sender; - (IBAction)ok:(id)sender; -- cgit v1.2.3