comparison include/SDL_config_amiga.h @ 1533:38c1eb6b0083

By default all the real targets have dummy audio/video and disk audio.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 14 Mar 2006 16:19:32 +0000
parents 30f189cdd82b
children 932ba94c4032
comparison
equal deleted inserted replaced
1532:30f189cdd82b 1533:38c1eb6b0083
48 #define HAVE_MEMMOVE 1 48 #define HAVE_MEMMOVE 1
49 #define HAVE_MEMCMP 1 49 #define HAVE_MEMCMP 1
50 50
51 /* Enable various audio drivers */ 51 /* Enable various audio drivers */
52 #define SDL_AUDIO_DRIVER_AHI 1 52 #define SDL_AUDIO_DRIVER_AHI 1
53 #define SDL_AUDIO_DRIVER_DISK 1
53 #define SDL_AUDIO_DRIVER_DUMMY 1 54 #define SDL_AUDIO_DRIVER_DUMMY 1
54 #define SDL_AUDIO_DRIVER_DISK 1
55 55
56 /* Enable various cdrom drivers */ 56 /* Enable various cdrom drivers */
57 #define SDL_CDROM_DUMMY 1 57 #define SDL_CDROM_DUMMY 1
58 58
59 /* Enable various input drivers */ 59 /* Enable various input drivers */
68 /* Enable various timer systems */ 68 /* Enable various timer systems */
69 #define SDL_TIMER_AMIGA 1 69 #define SDL_TIMER_AMIGA 1
70 70
71 /* Enable various video drivers */ 71 /* Enable various video drivers */
72 #define SDL_VIDEO_DRIVER_CYBERGRAPHICS 1 72 #define SDL_VIDEO_DRIVER_CYBERGRAPHICS 1
73 #define SDL_VIDEO_DRIVER_DUMMY 1
73 74
74 /* Enable OpenGL support */ 75 /* Enable OpenGL support */
75 #define SDL_VIDEO_OPENGL 1 76 #define SDL_VIDEO_OPENGL 1
76 77
77 #endif /* _SDL_config_amiga_h */ 78 #endif /* _SDL_config_amiga_h */