summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-24 00:12:44 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-24 00:12:44 +0000
commit6a153e5bbd72a3629bba955386c2a2fe71627678 (patch)
treed13463da9f5312fc7980d871cb262a3cfd88856a /macosx/PcsxrController.m
parent356b1facf0618adca0b1e7a3f54fb8be06f4fedb (diff)
downloadpcsxr-6a153e5bbd72a3629bba955386c2a2fe71627678.tar.gz
Minor changes on OS X code.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86216 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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];
}
};