mcpx: Move APU components to hw/xbox/mcpx/apu

This commit is contained in:
Matt Borgerson
2025-06-03 19:17:09 -07:00
committed by mborgerson
parent 395d136364
commit ba297f3b69
41 changed files with 21 additions and 19 deletions

View File

@ -18,7 +18,7 @@
*/
#include "qemu/osdep.h"
#include "hw/xbox/mcpx/dsp/dsp.h"
#include "hw/xbox/mcpx/apu/dsp/dsp.h"
static void scratch_rw(void *opaque, uint8_t *ptr, uint32_t addr, size_t len, bool dir)
{