summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFCdrom/macsrc/cfg.c
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-16 20:31:07 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-16 20:31:07 +0000
commita5a97b02c0205f0cc98327389ec88672ddd769f2 (patch)
treee1b7254679180d8e9413c3b10fb8b2e3c91691aa /macosx/plugins/DFCdrom/macsrc/cfg.c
parent481101a05a77e2cc5b22cc94a5319748aeb5c031 (diff)
downloadpcsxr-a5a97b02c0205f0cc98327389ec88672ddd769f2.tar.gz
Wait for a new physical CD to be inserted when ejecting the CD on OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFCdrom/macsrc/cfg.c')
-rwxr-xr-xmacosx/plugins/DFCdrom/macsrc/cfg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFCdrom/macsrc/cfg.c b/macosx/plugins/DFCdrom/macsrc/cfg.c
index 6b5c1513..21a9be2b 100755
--- a/macosx/plugins/DFCdrom/macsrc/cfg.c
+++ b/macosx/plugins/DFCdrom/macsrc/cfg.c
@@ -39,7 +39,7 @@ void LoadConf() {
CacheSize = 64;
CdrSpeed = 0;
SpinDown = SPINDOWN_VENDOR_SPECIFIC;
-
+
ReadConfig();
}
@@ -50,4 +50,4 @@ long CDRconfigure() {
void CDRabout() {
AboutDlgProc();
-} \ No newline at end of file
+}