aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/pcm_device
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/pcm_device')
-rw-r--r--engines/sci/sfx/pcm_device/pcm_devices.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/pcm_device/pcm_devices.cpp b/engines/sci/sfx/pcm_device/pcm_devices.cpp
index a29de8896f..09e20bb07b 100644
--- a/engines/sci/sfx/pcm_device/pcm_devices.cpp
+++ b/engines/sci/sfx/pcm_device/pcm_devices.cpp
@@ -30,7 +30,7 @@ extern sfx_pcm_device_t sfx_pcm_driver_sdl;
# ifdef HAVE_ALSA
extern sfx_pcm_device_t sfx_pcm_driver_alsa;
# endif
-# ifdef _DREAMCAST
+# ifdef __DC__
extern sfx_pcm_device_t sfx_pcm_driver_dc;
# endif
#endif // SCUMMVM
@@ -47,7 +47,7 @@ sfx_pcm_device_t *pcmout_drivers[] = {
# ifdef HAVE_ALSA
&sfx_pcm_driver_alsa,
# endif
-# ifdef _DREAMCAST
+# ifdef __DC__
&sfx_pcm_driver_dc,
# endif
#endif // SCUMMVM