diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-20 21:03:32 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-20 21:03:32 +0000 |
| commit | 23a26d71b5b52f85475d5c0a5e4a063ec4945f2e (patch) | |
| tree | 416665fafcfe0ff7b54f763a7431c659a2dd8ed5 | |
| parent | 68249b142e56e94dc79bb87b8b5501e3469b4925 (diff) | |
| download | pcsxr-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-x | macosx/EmuThread.h | 1 |
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; |
