summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrController.m')
-rwxr-xr-xmacosx/PcsxrController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index 715c15f5..fc12a98f 100755
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -480,7 +480,7 @@ otherblock();\
dispatch_block_t runtimeBlock = ^{
if (![EmuThread isRunBios]) {
//Make sure the emulator is running
- sleep(2);
+ sleep(5);
[EmuThread defrostAt:path];
}
};