mirror of https://github.com/xemu-project/xemu.git
Fix Xbox DSP code
This commit is contained in:
parent
6f2eafa9bb
commit
fcc596cb7f
|
@ -22,13 +22,14 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "qemu-common.h"
|
||||
|
||||
#include "dsp_cpu.h"
|
||||
#include "dsp_dma.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue