summaryrefslogtreecommitdiff
path: root/macosx/EmuThread.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-04 02:46:27 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-04 02:46:27 +0000
commit559fd026bb57e0d71615b237c37a31f287af5940 (patch)
treeab44f09ca16f2e840c6a544a2fba787577c99960 /macosx/EmuThread.h
parenta2da60aec08bb90c8e55f9ff5178701a309dbb9c (diff)
downloadpcsxr-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.h2
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;