diff options
| author | MrLavender <mrlavender@f2s.com> | 2017-07-01 14:46:09 +0100 |
|---|---|---|
| committer | MrLavender <mrlavender@f2s.com> | 2017-07-01 14:46:09 +0100 |
| commit | f38cec65e902896a440c535dd3682c8f2cefbbcf (patch) | |
| tree | 90491488c5f1697f6817bbb9f414fa42abe60ea9 /macosx/Source/ConfigurationController.h | |
| parent | 952b598739922ab206a57c717c234b2ac76bfc64 (diff) | |
| download | pcsxr-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.h | 4 |
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; |
