diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-09-27 16:50:21 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-09-27 16:50:21 +0000 |
| commit | 71ac2146a8e40aa5011df370377b3623cd8f1ed6 (patch) | |
| tree | 4d96e75dabbf6f89b8629393d9507fd54c40ccc7 /macosx/Source | |
| parent | 8e79a5b83f4d3e51e1e83c0f6ae91abdd043e9eb (diff) | |
| download | pcsxr-71ac2146a8e40aa5011df370377b3623cd8f1ed6.tar.gz | |
OS X: Fix slow boot.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91641 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source')
| -rw-r--r-- | macosx/Source/PcsxrController.m | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/macosx/Source/PcsxrController.m b/macosx/Source/PcsxrController.m index 37b49179..e67830c1 100644 --- a/macosx/Source/PcsxrController.m +++ b/macosx/Source/PcsxrController.m @@ -784,7 +784,8 @@ otherblock();\ @"PauseInBackground": @YES, @"Widescreen": @NO, @"NetPlay": @NO, - @"DidMoveMemoryObjects": @NO}; + @"DidMoveMemoryObjects": @NO, + @"NoFastBoot": @NO}; [defaults registerDefaults:appDefaults]; @@ -809,7 +810,8 @@ otherblock();\ @"SpuIrqAlways": [NSValue valueWithPointer:&Config.SpuIrq], @"RootCounterFix": [NSValue valueWithPointer:&Config.RCntFix], @"VideoSyncWAFix": [NSValue valueWithPointer:&Config.VSyncWA], - @"Widescreen": [NSValue valueWithPointer:&Config.Widescreen]}; + @"Widescreen": [NSValue valueWithPointer:&Config.Widescreen], + @"NoFastBoot": [NSValue valueWithPointer:&Config.SlowBoot]}; // setup application support paths NSFileManager *manager = [NSFileManager defaultManager]; |
