By default all the real targets have dummy audio/video and disk audio.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401537
This commit is contained in:
parent
66d3d81854
commit
5e6d989ad4
9 changed files with 51 additions and 271 deletions
|
@ -15,6 +15,7 @@ CFLAGS=$(KOS_CFLAGS) $(DEFS) -Iinclude
|
|||
SRCS = \
|
||||
src/audio/dc/SDL_dcaudio.c \
|
||||
src/audio/dc/aica.c \
|
||||
src/audio/dummy/SDL_dummyaudio.c \
|
||||
src/audio/SDL_audio.c \
|
||||
src/audio/SDL_audiocvt.c \
|
||||
src/audio/SDL_audiodev.c \
|
||||
|
@ -51,6 +52,9 @@ SRCS = \
|
|||
src/timer/SDL_timer.c \
|
||||
src/video/dc/SDL_dcevents.c \
|
||||
src/video/dc/SDL_dcvideo.c \
|
||||
src/video/dummy/SDL_nullevents.c \
|
||||
src/video/dummy/SDL_nullmouse.c \
|
||||
src/video/dummy/SDL_nullvideo.c \
|
||||
src/video/SDL_blit.c \
|
||||
src/video/SDL_blit_0.c \
|
||||
src/video/SDL_blit_1.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue