summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-01 16:50:36 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-01 16:50:36 +0000
commit3c7ad73309303a8899d18c6d9da3f41a0a54da6d (patch)
tree7af9a187734bb7c8b35cd03d7ebf1a6bca26932b /macosx/PcsxrController.h
parent7419d226fe6f60a0e8cc850ba646b9388b7c1763 (diff)
downloadpcsxr-3c7ad73309303a8899d18c6d9da3f41a0a54da6d.tar.gz
Some work on OS X's cheat interface.
Use .cht as the file extension for cheats. Create a file handler for cheat files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86364 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.h')
-rwxr-xr-xmacosx/PcsxrController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h
index 3510d18b..0e27f075 100755
--- a/macosx/PcsxrController.h
+++ b/macosx/PcsxrController.h
@@ -30,6 +30,7 @@ void ShowHelpAndExit(FILE* output, int exitCode);
NSMutableArray *skipFiles;
}
@property (readonly) RecentItemsMenu *recentItems;
+@property (readonly) CheatController *cheatController;
@property (readonly) BOOL endAtEmuClose;
- (IBAction)ejectCD:(id)sender;