summaryrefslogtreecommitdiff
path: root/macosx/EmuThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/EmuThread.h')
-rw-r--r--macosx/EmuThread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/EmuThread.h b/macosx/EmuThread.h
index 7a20ea64..21b031fb 100644
--- a/macosx/EmuThread.h
+++ b/macosx/EmuThread.h
@@ -30,6 +30,7 @@
+ (BOOL)isPaused;
+ (BOOL)active;
++ (BOOL)isRunBios;
+ (void)freezeAt:(NSString *)path which:(int)num;
+ (BOOL)defrostAt:(NSString *)path;