summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-20 21:03:32 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-20 21:03:32 +0000
commit23a26d71b5b52f85475d5c0a5e4a063ec4945f2e (patch)
tree416665fafcfe0ff7b54f763a7431c659a2dd8ed5
parent68249b142e56e94dc79bb87b8b5501e3469b4925 (diff)
downloadpcsxr-23a26d71b5b52f85475d5c0a5e4a063ec4945f2e.tar.gz
Adding the pauseSafeWithBlock declaration to the EmuThread header.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85470 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rwxr-xr-xmacosx/EmuThread.h1
1 files changed, 1 insertions, 0 deletions
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;