summaryrefslogtreecommitdiff
path: root/macosx/Source/ConfigurationController.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2018-03-13 17:25:03 +0000
committerGitHub <noreply@github.com>2018-03-13 17:25:03 +0000
commit2d0b10f982e0b835f4b27be26b138703907a4219 (patch)
treee6ca381effb72ccc4161d40f224b817a6631bc03 /macosx/Source/ConfigurationController.h
parented3dc690e04382dce36305091ad2e14038147ab4 (diff)
parent15fe3782c1375634b7a9bd9bbbadfd75e7b06fed (diff)
downloadpcsxr-2d0b10f982e0b835f4b27be26b138703907a4219.tar.gz
Merge branch 'master' into fix-linux-build
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;