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:54:50 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-04 02:54:50 +0000
commitea688720ca433a8b3e677eba1b5b980e0d16c216 (patch)
tree9cf2d498878d051040abf4059f315e4ec4a54124 /macosx/EmuThread.h
parent559fd026bb57e0d71615b237c37a31f287af5940 (diff)
downloadpcsxr-ea688720ca433a8b3e677eba1b5b980e0d16c216.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@35399 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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;