Files
xemu/hw/xbox/mcpx/apu/dsp/interp/meson.build
T
Matt Borgerson 67cc79e663 apu: Add new DSP56300 emulator with JIT execution engine
- Fixes a few bugs in the existing C interpreter
- Adds a state abstraction layer to switch between engines at runtime
  and maintain snapshot compatibility
2026-06-11 19:27:21 -07:00

6 lines
150 B
Meson

libdsp_cpu_interp = static_library(
'dsp_cpu_interp',
files(['dsp_cpu.c', 'debug.c']) + genh,
include_directories: include_directories('..'),
)