summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-13 20:39:01 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-13 20:39:01 +0000
commit949b0bc5002cd94dcbf37ef23f6c32d41d62c704 (patch)
treed2ca3afb1b6daa71215e0983d62315f9818e9e19 /macosx/PcsxrPlugin.h
parent221dab875d4756a11ba1418a75a05b8b486968e7 (diff)
downloadpcsxr-949b0bc5002cd94dcbf37ef23f6c32d41d62c704.tar.gz
Fixing naming convention on a Cocoa function.
Fixing string format in a Cocoa string. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80390 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPlugin.h')
-rw-r--r--macosx/PcsxrPlugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h
index 63181135..dd5347e6 100644
--- a/macosx/PcsxrPlugin.h
+++ b/macosx/PcsxrPlugin.h
@@ -35,7 +35,7 @@
- (NSString *)description;
- (BOOL)hasAboutAs:(int)type;
- (BOOL)hasConfigureAs:(int)type;
-- (long)initAs:(int)aType;
+- (long)runAs:(int)aType;
- (long)shutdownAs:(int)aType;
- (void)aboutAs:(int)type;
- (void)configureAs:(int)type;