From d4da70307ee50ee5d16715942f5cf218f76b3040 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 30 Dec 2013 20:15:56 +0000 Subject: 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 --- macosx/PcsxrController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/PcsxrController.h') 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 { -- cgit v1.2.3