From 23a26d71b5b52f85475d5c0a5e4a063ec4945f2e Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 20 Jun 2013 21:03:32 +0000 Subject: Adding the pauseSafeWithBlock declaration to the EmuThread header. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85470 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/EmuThread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/EmuThread.h') diff --git a/macosx/EmuThread.h b/macosx/EmuThread.h index decb5870..affab393 100755 --- a/macosx/EmuThread.h +++ b/macosx/EmuThread.h @@ -23,6 +23,7 @@ + (void)stop; + (BOOL)pause; + (BOOL)pauseSafe; ++ (void)pauseSafeWithBlock:(void (^)(BOOL))theBlock; + (void)resume; + (void)resetNow; + (void)reset; -- cgit v1.2.3