diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2018-03-13 17:25:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-13 17:25:03 +0000 |
| commit | 2d0b10f982e0b835f4b27be26b138703907a4219 (patch) | |
| tree | e6ca381effb72ccc4161d40f224b817a6631bc03 /macosx/Source/ConfigurationController.h | |
| parent | ed3dc690e04382dce36305091ad2e14038147ab4 (diff) | |
| parent | 15fe3782c1375634b7a9bd9bbbadfd75e7b06fed (diff) | |
| download | pcsxr-2d0b10f982e0b835f4b27be26b138703907a4219.tar.gz | |
Merge branch 'master' into fix-linux-build
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; |
