summaryrefslogtreecommitdiff
path: root/macosx/Source/ConfigurationController.h
diff options
context:
space:
mode:
authorMrLavender <mrlavender@f2s.com>2017-07-01 14:46:09 +0100
committerMrLavender <mrlavender@f2s.com>2017-07-01 14:46:09 +0100
commitf38cec65e902896a440c535dd3682c8f2cefbbcf (patch)
tree90491488c5f1697f6817bbb9f414fa42abe60ea9 /macosx/Source/ConfigurationController.h
parent952b598739922ab206a57c717c234b2ac76bfc64 (diff)
downloadpcsxr-f38cec65e902896a440c535dd3682c8f2cefbbcf.tar.gz
Add CPU Overclocking to preferences UI on OS X
Diffstat (limited to 'macosx/Source/ConfigurationController.h')
-rw-r--r--macosx/Source/ConfigurationController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Source/ConfigurationController.h b/macosx/Source/ConfigurationController.h
index 90dde217..595b91f8 100644
--- a/macosx/Source/ConfigurationController.h
+++ b/macosx/Source/ConfigurationController.h
@@ -39,10 +39,14 @@ extern NSString *const memCardChangeNumberKey;
@property (weak) IBOutlet NSButtonCell *noFastBootCell;
@property (weak) IBOutlet NSButtonCell *enableNetPlayCell;
@property (weak) IBOutlet NSButtonCell *widescreen;
+@property (weak) IBOutlet NSButtonCell *cpuOverclocking;
+@property (weak) IBOutlet NSButtonCell *wipeoutMemHack;
+@property (weak) IBOutlet NSComboBox *cpuOverclockingValue;
- (IBAction)setCheckbox:(id)sender;
- (IBAction)setCheckboxInverse:(id)sender;
- (IBAction)setVideoType:(id)sender;
+- (IBAction)setOverclockValue:(NSComboBox *)sender;
+ (void)setMemoryCard:(NSInteger)theCard toPath:(NSString *)theFile;
+ (void)setMemoryCard:(NSInteger)theCard toURL:(NSURL *)theURL;