summaryrefslogtreecommitdiff
path: root/macosx/EmuThread.h
diff options
context:
space:
mode:
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;