diff src/audio/SDL_audio.c @ 630:550bccdf04bd

Added initial support for RISC OS (thanks Peter Naulls!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 May 2003 04:44:13 +0000
parents dad72daf44b3
children 594422ab8f9f
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Thu May 29 04:37:17 2003 +0000
+++ b/src/audio/SDL_audio.c	Thu May 29 04:44:13 2003 +0000
@@ -92,6 +92,9 @@
 #ifdef ENABLE_DC
 	&DCAUD_bootstrap,
 #endif
+#ifdef DRENDERER_SUPPORT
+	&DRENDERER_bootstrap,
+#endif
 	NULL
 };
 SDL_AudioDevice *current_audio = NULL;
@@ -381,7 +384,7 @@
 		return(-1);
 	}
 
-#ifdef macintosh
+#if defined(macintosh) || defined(__riscos__)
 	/* FIXME: Need to implement PPC interrupt asm for SDL_LockAudio() */
 #else
 #if defined(__MINT__) && !defined(ENABLE_THREADS)