From 6ddb90bd884bf64b2c24011460085ec186b4c6e7 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 30 Aug 2013 02:17:17 +0000 Subject: 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 --- .../English.lproj/NetSfPeopsSpuPluginMain.xib | 183 +++++++++++---------- .../plugins/DFSound/macsrc/SPUPluginController.h | 4 +- 2 files changed, 97 insertions(+), 90 deletions(-) (limited to 'macosx/plugins/DFSound') diff --git a/macosx/plugins/DFSound/Resorces/Shared/English.lproj/NetSfPeopsSpuPluginMain.xib b/macosx/plugins/DFSound/Resorces/Shared/English.lproj/NetSfPeopsSpuPluginMain.xib index 6deb8a23..0aedd66e 100644 --- a/macosx/plugins/DFSound/Resorces/Shared/English.lproj/NetSfPeopsSpuPluginMain.xib +++ b/macosx/plugins/DFSound/Resorces/Shared/English.lproj/NetSfPeopsSpuPluginMain.xib @@ -339,37 +339,61 @@ 274 - + 256 - {{15, 57}, {153, 18}} + {{17, 55}, {153, 18}} YES - + NO + 1 + 1 + + + 67108864 + 0 + Change XA Speed + + + 1211912448 + 2 + + NSSwitch + + + + 200 + 25 + + + {153, 18} + {0, 0} + -2080374784 + + 67108864 0 Change XA Speed - 1211912448 2 - - NSSwitch - + - 200 25 - NO + -1 + -1 + + {{2, 2}, {199, 83}} - + {{246, 69}, {203, 100}} @@ -408,6 +432,7 @@ {{17, 13}, {199, 60}} + YES NO 3 @@ -486,7 +511,7 @@ {{2, 2}, {223, 83}} - + {{17, 69}, {227, 100}} @@ -632,14 +657,6 @@ 75 - - - xaSpeedBox - - - - 66 - reset: @@ -688,6 +705,14 @@ 205 + + + xaSpeedBox + + + + 246 + delegate @@ -1479,15 +1504,15 @@ 19 - - - 5 + + + 3 0 - 5 + 3 1 - 16 + 25 1000 @@ -1495,15 +1520,15 @@ 29 3 - - - 3 + + + 5 0 - 3 + 5 1 - 25 + 16 1000 @@ -1511,7 +1536,7 @@ 29 3 - + @@ -1806,35 +1831,6 @@ - - 22 - - - - - - 7 - 0 - - 0 - 1 - - 149 - - 1000 - - 3 - 9 - 1 - - - - - - 89 - - - 107 @@ -1865,11 +1861,6 @@ - - 127 - - - 129 @@ -2074,16 +2065,6 @@ - - 194 - - - - - 195 - - - 196 @@ -2180,6 +2161,35 @@ + + 233 + + + + + + + + + 234 + + + + + 89 + + + + + 240 + + + + + 247 + + + @@ -2204,7 +2214,6 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2261,15 +2270,13 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2279,11 +2286,6 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - - - - - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -2291,6 +2293,9 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin @@ -2298,6 +2303,8 @@ com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin @@ -2379,7 +2386,7 @@ - 232 + 247 @@ -2428,8 +2435,8 @@ NSCell NamedSlider NamedSlider - NSControl - NSControl + NSCell + NSCell @@ -2458,11 +2465,11 @@ xaEnableBox - NSControl + NSCell xaSpeedBox - NSControl + NSCell 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; -- cgit v1.2.3