summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 04:46:05 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-07-09 04:46:05 +0000
commitba9235e75a0725c4ec9590f155856f959d140e71 (patch)
tree8454eadf027c38df31a7d93e3d3dbd9303ea67f5 /plugins
parent7063bef7db7c0963101791c9cfe51bf559be65ef (diff)
downloadpcsxr-ba9235e75a0725c4ec9590f155856f959d140e71.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54389 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfcdrom/cdr.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/dfcdrom/cdr.h b/plugins/dfcdrom/cdr.h
index fa4f8cc0..c87df4a8 100644
--- a/plugins/dfcdrom/cdr.h
+++ b/plugins/dfcdrom/cdr.h
@@ -57,6 +57,14 @@
#endif
#define DEV_DEF "/dev/cdrom"
+#elif defined (__sun)
+
+#include <sys/cdio.h>
+
+/* The CD-ROM device name seems to vary on different computers on Solaris, so
+ let user set this. */
+#define DEV_DEF ""
+
#else
struct cdrom_msf {
@@ -83,14 +91,6 @@ struct cdrom_msf {
#define DEV_DEF "/dev/acd0"
-#elif defined (__sun)
-
-#include <sys/cdio.h>
-
-/* The CD-ROM device name seems to vary on different computers on Solaris, so
- let user set this. */
-#define DEV_DEF ""
-
#else
#define DEV_DEF ""