diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-21 23:19:04 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-21 23:19:04 +0000 |
| commit | de13f7dcbaa84255fa578aafe862f90c46225a01 (patch) | |
| tree | 0da83fa6b6e634d1f3e4a7af7e629d5473cfd76e /macosx/ConfigurationController.h | |
| parent | e57165ae3f1706afec533d7b3cae17555a0f38ad (diff) | |
| download | pcsxr-de13f7dcbaa84255fa578aafe862f90c46225a01.tar.gz | |
Fix OS X 10.8-only behavior in the XGL plug-in.
Remove some commented-out code on Cocoa code.
Change some ints passed in Cocoa code to NSIntegers.
Replace a deprecated function call to NSRunAlertPanelRelativeToWindow.
Other minor fixes and improvements.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86808 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/ConfigurationController.h')
| -rwxr-xr-x | macosx/ConfigurationController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index 90547816..dea18c1d 100755 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -48,8 +48,8 @@ extern NSString *const memCardChangeNumberKey; - (IBAction)setVideoType:(id)sender; - (NSString *)keyForSender:(id)sender; -+ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile; -+ (void)setMemoryCard:(int)theCard toURL:(NSURL *)theURL; ++ (void)setMemoryCard:(NSInteger)theCard toPath:(NSString *)theFile; ++ (void)setMemoryCard:(NSInteger)theCard toURL:(NSURL *)theURL; + (void)mcdNewClicked:(id)sender; + (void)mcdChangeClicked:(id)sender; |
