Search
lxdream.org :: lxdream/src/drivers/audio_sdl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_sdl.c
changeset 1161:d3511e94c29f
prev1049:e723f379ec88
author nkeynes
date Fri Mar 02 23:49:10 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Android WIP:
* Rename gui_jni.c to gui_android.c - now quite android specific.
* Implement generic EGL driver with very minimal Java wrapper
* Run emulation in separate thread, and implement simple queue for
inter-thread communication.
* Add menu/action-bar items for start + reset
file annotate diff log raw
1.1 --- a/src/drivers/audio_sdl.c Sun Jun 28 01:34:55 2009 +0000
1.2 +++ b/src/drivers/audio_sdl.c Fri Mar 02 23:49:10 2012 +1000
1.3 @@ -17,8 +17,8 @@
1.4 */
1.5 #include <stdio.h>
1.6 #include <unistd.h>
1.7 -#include <SDL/SDL.h>
1.8 -#include <SDL/SDL_audio.h>
1.9 +#include <SDL.h>
1.10 +#include <SDL_audio.h>
1.11 #include "aica/audio.h"
1.12 #include "lxdream.h"
1.13
.