diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 05:18:41 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-08 05:18:41 +0000 |
| commit | 534e4fc38c21a43f2c8d40a8fd32d05d555479c5 (patch) | |
| tree | 55211a99527a97e379e5fcecf67f7c0eae07eb18 /plugins | |
| parent | 46f4825b631fff91374caf7ea62b329609425bb6 (diff) | |
| download | pcsxr-534e4fc38c21a43f2c8d40a8fd32d05d555479c5.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54341 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfcdrom/cdr-freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfcdrom/cdr-freebsd.c b/plugins/dfcdrom/cdr-freebsd.c index 69b9d0ad..49b8d83a 100644 --- a/plugins/dfcdrom/cdr-freebsd.c +++ b/plugins/dfcdrom/cdr-freebsd.c @@ -34,7 +34,7 @@ int OpenCdHandle(const char *dev) { if (h != -1) { if (SpinDown != SPINDOWN_VENDOR_SPECIFIC) { if (SpinDown > SPINDOWN_1S) { - parameter = ((int)SpinDown << (SpinDown - SPINDOWN_1S)); + parameter = (1 << (SpinDown - SPINDOWN_1S)); } else { parameter = 1; } |
