diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-30 20:15:56 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-30 20:15:56 +0000 |
| commit | d4da70307ee50ee5d16715942f5cf218f76b3040 (patch) | |
| tree | f2f7d93af4d100af040f71d4f25ba934363cfa6b /macosx/PcsxrController.h | |
| parent | 46e82c8e70678600bc55eea5b3c442ecafd8b147 (diff) | |
| download | pcsxr-d4da70307ee50ee5d16715942f5cf218f76b3040.tar.gz | |
Better checking if we are launched from the Finder if we are on Mavericks. Code adapted from the 1.2 fork of SDL.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88202 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.h')
| -rwxr-xr-x | macosx/PcsxrController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PcsxrController.h b/macosx/PcsxrController.h index cb2a902f..3c9e6c27 100755 --- a/macosx/PcsxrController.h +++ b/macosx/PcsxrController.h @@ -9,6 +9,7 @@ @class CheatController; void ShowHelpAndExit(FILE* output, int exitCode); +extern BOOL wasFinderLaunch; @interface PcsxrController : NSObject <NSApplicationDelegate> { |
