summaryrefslogtreecommitdiff
path: root/macosx/Source/ConfigurationController.h
diff options
context:
space:
mode:
authoriCatButler <i.am.catbutler@gmail.com>2018-03-13 17:23:50 +0000
committerGitHub <noreply@github.com>2018-03-13 17:23:50 +0000
commit15fe3782c1375634b7a9bd9bbbadfd75e7b06fed (patch)
tree6660b9aeb3f4aedf384a0a1c76d3a849d4f43146 /macosx/Source/ConfigurationController.h
parent540dccfdbd162f247d2390ac35df4144b28aab44 (diff)
parent13c17e4b6ef1eee9ad60d3db2016ebb8e54bf337 (diff)
downloadpcsxr-15fe3782c1375634b7a9bd9bbbadfd75e7b06fed.tar.gz
Merge pull request #5 from MrLavender/master
Fix 64-bit dynarec integration and update OS X 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;