diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-04 02:46:27 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-04 02:46:27 +0000 |
| commit | 559fd026bb57e0d71615b237c37a31f287af5940 (patch) | |
| tree | ab44f09ca16f2e840c6a544a2fba787577c99960 /macosx/EmuThread.h | |
| parent | a2da60aec08bb90c8e55f9ff5178701a309dbb9c (diff) | |
| download | pcsxr-559fd026bb57e0d71615b237c37a31f287af5940.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@35397 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/EmuThread.h')
| -rw-r--r-- | macosx/EmuThread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/EmuThread.h b/macosx/EmuThread.h index 7a88c444..7a20ea64 100644 --- a/macosx/EmuThread.h +++ b/macosx/EmuThread.h @@ -16,9 +16,11 @@ } - (void)EmuThreadRun:(id)anObject; +- (void)EmuThreadRunBios:(id)anObject; - (void)handleEvents; + (void)run; ++ (void)runBios; + (void)stop; + (BOOL)pause; + (BOOL)pauseSafe; |
